diff options
-rw-r--r-- | trunk/src/createpkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index f589d02..daa7e5f 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -31,7 +31,7 @@ # Createpkg functions #--------------------------------------------------- -CREATEPKG_VERSION="1.0" +CREATEPKG_VERSION="1.0.1" function error_codes { @@ -464,7 +464,7 @@ echo -e "$CL_MENSG $BASENAME: processing $SCRIPT_NAME $CL_OFF" # Built package cd $SCRIPT_BASE # Execute SlackBuild script with variables protection -( INTERACT=no ./$SCRIPT_NAME ) +( INTERACT=no sh ./$SCRIPT_NAME ) # Check if package was built handle_error $? $PACKAGE |