aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-15 13:24:40 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-15 13:24:40 +0000
commit9d6c7819ac7b79d83258509a130356577db53349 (patch)
tree9e201fa0d4d112e2c25cca062b702ec680909d5b /trunk/src/createpkg
parent286b55390c4cf0c7252b6f1162cd66d538dad60d (diff)
downloadsimplepkg-9d6c7819ac7b79d83258509a130356577db53349.tar.gz
simplepkg-9d6c7819ac7b79d83258509a130356577db53349.tar.bz2
minor fix on PACKAGES_DIR creation
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@661 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 3962ccf..c4f481b 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -121,7 +121,7 @@ function check_config {
# Create $TMP and $REPOS if need
[ ! -e $TMP ] && mkdir -p $TMP
- [ ! -e $PACKAGES_DIR ] && mkdir -p $PACKAGES_DIR
+ [ ! -e $PACKAGES_DIR ] && create_repo_folder $PACKAGES_DIR
#
SLACKBUILDS_DIR=${SLACKBUILDS_DIR:=/var/simplepkg/slackbuilds}
#