diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 8 |
1 files 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, ... ( |