From: rudson Date: Tue, 27 Feb 2007 21:07:34 +0000 (+0000) Subject: createpkg 1.0.1: correção de um quase-bug-> ( INTERACT=no ./ ) para ( INTERACT=no... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7bd9c448f5f6906b11cbd0024fd3c4adc5a00560;p=simplepkg.git createpkg 1.0.1: correção de um quase-bug-> ( INTERACT=no ./ ) para ( INTERACT=no sh ./ ) git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@197 04377dda-e619-0410-9926-eae83683ac58 --- 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