diff options
Diffstat (limited to 'trunk')
-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 caa746f..5c82f7f 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -610,10 +610,6 @@ 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, ... ( @@ -644,6 +640,10 @@ svn_remove_empty_folders $MAKEPKG_REPOS ) +# General cleanup +echo Cleaning up the repository... +svn_remove_empty_folders $MAKEPKG_REPOS + # Install package if [ "$INSTALL" -eq $on ]; then upgradepkg --install-new $NEW_REPOS/$PKG_NAME |