diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 13:30:40 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 13:30:40 +0000 |
commit | 7d65ec9ef7ea5038239440b86d78cb6f6e95fafe (patch) | |
tree | 4559dddc50e0197b1850250f50240250e896c57c | |
parent | 23f0d436a23a6da6d1179bb7c5ff94425b215a91 (diff) | |
download | simplepkg-7d65ec9ef7ea5038239440b86d78cb6f6e95fafe.tar.gz simplepkg-7d65ec9ef7ea5038239440b86d78cb6f6e95fafe.tar.bz2 |
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
-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, ... ( |