aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-06 02:02:57 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-06 02:02:57 +0000
commitf93c3531707ac292b2d43f00c9a600d1ecdbb76d (patch)
tree14a2c07cac43ac7c33fe4b97c619a050d3490166
parent09e7ad62c00f8f5608c273ff87ae29fe11ef922a (diff)
downloadsimplepkg-f93c3531707ac292b2d43f00c9a600d1ecdbb76d.tar.gz
simplepkg-f93c3531707ac292b2d43f00c9a600d1ecdbb76d.tar.bz2
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@797 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 5ac4ac2..18e5aaf 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -730,7 +730,7 @@ function create_package {
COLOR=${COLOR:=$COLOR_MODE} \
REPOS=${REPOS:=$PACKAGES_DIR} \
CLEANUP=${CLEANUP:=$CREATEPKG_CLEANUP} \
- SLACKBUILD_PATH="" \
+ SLACKBUILD_PATH="/" \
INTERACT=no $FAKEROOT sh $SHELL_FLAG ./$SCRIPT_NAME
)