diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 02:20:04 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 02:20:04 +0000 |
commit | d1c36d73a8a96e17c0d1c03182c6d9a88c2fddfe (patch) | |
tree | 20ee95819701cd7b81df610847a97355d7f86622 /trunk/src | |
parent | 95a7a0a3c7f9ae3c14012f6a4780448035c9d420 (diff) | |
download | simplepkg-d1c36d73a8a96e17c0d1c03182c6d9a88c2fddfe.tar.gz simplepkg-d1c36d73a8a96e17c0d1c03182c6d9a88c2fddfe.tar.bz2 |
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@539 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rw-r--r-- | trunk/src/createpkg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 84fbb28..6e978eb 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -528,6 +528,7 @@ if [ ! -e $NEW_REPOS ]; then cd $MAKEPKG_REPOS svn add $( echo ${SCRIPT_BASE#$SLACKBUILDS_DIR/} ) cd $cwd + fi fi # Remove old packages from repository tree |