]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
createpkg: calling svn_remove_empty_folders after copying the package
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 13:30:40 +0000 (13:30 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 13:30:40 +0000 (13:30 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@594 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index dbdb3098839ae97c014768d1b53b5bb4d5244c72..481bc54ed3356cb8a8855d92c91bded433de2aa0 100644 (file)
@@ -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, ...
 (