diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 13:18:03 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 13:18:03 +0000 |
commit | 2b75cd768839af9ea5a7ffa4280cdea329981ea1 (patch) | |
tree | 536a9e4cc69ba19a014128cb8e1d2bb68979f425 /trunk | |
parent | db554f74159f496109c356f49092045d62423404 (diff) | |
download | simplepkg-2b75cd768839af9ea5a7ffa4280cdea329981ea1.tar.gz simplepkg-2b75cd768839af9ea5a7ffa4280cdea329981ea1.tar.bz2 |
testing svn_remove_empty_folders
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@592 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/src/createpkg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 32eb58c..dbdb309 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -588,8 +588,9 @@ if [ $REMOVE_OLD_PACKAGE -eq $on ]; then fi -# TODO: Test and enhance the general cleanup -# svn_remove_empty_folders $MAKEPKG_REPOS +# 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 |