From: rhatto Date: Fri, 28 Nov 2008 13:30:40 +0000 (+0000) Subject: createpkg: calling svn_remove_empty_folders after copying the package X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d65ec9ef7ea5038239440b86d78cb6f6e95fafe;p=simplepkg.git 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 --- 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, ... (