diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 14:12:18 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 14:12:18 +0000 |
commit | 07b73bf1b5493ae2d3063275e3b7e132773ef133 (patch) | |
tree | aec68d4eeb8a98c2158ba3492b87f3679e11b952 /trunk | |
parent | cbfe085886a94f6c61b88d0976714f3e857bec34 (diff) | |
download | simplepkg-07b73bf1b5493ae2d3063275e3b7e132773ef133.tar.gz simplepkg-07b73bf1b5493ae2d3063275e3b7e132773ef133.tar.bz2 |
createpkg: calling svn_remove_empty_folders after generating metadata
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@597 04377dda-e619-0410-9926-eae83683ac58
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 |