]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
mkbuild e modelo - pequenas correções
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>
Sun, 7 Oct 2007 18:23:32 +0000 (18:23 +0000)
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>
Sun, 7 Oct 2007 18:23:32 +0000 (18:23 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@448 04377dda-e619-0410-9926-eae83683ac58

trunk/mkbuild/model.mkbuild
trunk/src/mkbuild

index 5d7d93b622faeabe1f5a92cc949f3a368b8f601b..02877f873fdb0c1f246731892043a8e899dff670 100644 (file)
@@ -12,7 +12,7 @@
 #------------------------
 #
 # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://http://downloads.sourceforge.net/[[NAME]]/"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/[[NAME]]/"
 
 # Source base name. if different from package name. Null ("") to default value.
 # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
index e024ef88894675766ed44d7e0cc8ce6e884da579..172bc9c8b7ac11197857673a9e9fd6ee14c5392e 100755 (executable)
@@ -18,8 +18,8 @@
 #
 # Based in model generic.SlackBuild of Luiz
 #
-# Version 1.0.3
-PROG_VERSION=1.0.3
+# Version 1.0.4
+PROG_VERSION=1.0.4
 PROG_NAME=`basename $0`
 
 #--------------------------------------------------------------------
@@ -624,7 +624,7 @@ if [ ! -z $MKBUILD_NAME ]; then
     cp $MODEL_DIR/model.mkbuild ${MKBUILD_NAME}.mkbuild
     edit_file "NAME" "${MKBUILD_NAME}" ${MKBUILD_NAME}.mkbuild
     edit_file "NAME" "${MKBUILD_NAME}" ${MKBUILD_NAME}.mkbuild
-    echo "Edit ${MKBUILD_NAME}.mkbuild"
+    echo "${MKBUILD_NAME}.mkbuild"
 else
     # Get values
     # Author name
@@ -748,7 +748,7 @@ else
 
     # Others changes
     change_others_parameters
-    [ $VERBOSE -eq $on ] && echo -en ".\nEdit others [[]] parameters .."
+    [ $VERBOSE -eq $on ] && echo -en ".\nEdit others [[]] parameters ..\n"
 
     # Commit SlackBuild
     [ $COMMIT -eq $on ] && commit_slackbuild