From 7d65ec9ef7ea5038239440b86d78cb6f6e95fafe Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 28 Nov 2008 13:30:40 +0000 Subject: createpkg: calling svn_remove_empty_folders after copying the package git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@594 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/src/createpkg b/trunk/src/createpkg index dbdb309..481bc54 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -588,10 +588,6 @@ if [ $REMOVE_OLD_PACKAGE -eq $on ]; then fi -# General cleanup -echo Cleaning up the repository... -svn_remove_empty_folders $MAKEPKG_REPOS - # Move package to SlackBuilds-like tree if [ $MOVE_BIN_PACKAGE -eq $on ]; then @@ -613,6 +609,10 @@ if [ $MOVE_BIN_PACKAGE -eq $on ]; then fi +# General cleanup +echo Cleaning up the repository... +svn_remove_empty_folders $MAKEPKG_REPOS + # Update repository FILELIST.TXT, ... ( -- cgit v1.2.3