diff options
Diffstat (limited to 'branches/0.6/src/createpkg')
-rw-r--r-- | branches/0.6/src/createpkg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/0.6/src/createpkg b/branches/0.6/src/createpkg index a1ba65b..ae3b153 100644 --- a/branches/0.6/src/createpkg +++ b/branches/0.6/src/createpkg @@ -31,7 +31,7 @@ # Createpkg functions #--------------------------------------------------- -CREATEPKG_VERSION="1.0.5.3" +CREATEPKG_VERSION="1.0.5.4" function error_codes { @@ -456,6 +456,9 @@ eecho $messag "$BASENAME: processing $SCRIPT_NAME" # Change to script base directory cd $SCRIPT_BASE +# Make MAKEPKG_REPOS +[ ! -e $MAKEPKG_REPOS ] && mkdir -p $MAKEPKG_REPOS + # Execute SlackBuild script with variables protection if grep '^REPOS=' $SCRIPT_NAME 2>&1 >/dev/null ; then ( REPOS=$MAKEPKG_REPOS INTERACT=no sh ./$SCRIPT_NAME ) |