]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
createpkg: calling svn_remove_empty_folders after generating metadata
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 14:12:18 +0000 (14:12 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 14:12:18 +0000 (14:12 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@597 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index caa746feb63fcca632106939bd8f33e2fc56a0a6..5c82f7f5ad20b3c2a884f37f8e1d62d34b4e6ab1 100644 (file)
@@ -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