diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-06 13:01:43 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-06 13:01:43 +0000 |
commit | 9b72eab273f45c748168c7de783657377e51b7c5 (patch) | |
tree | 68a0621c9b60780258e3eec35cf3ec8bcd4b3721 /yasm/yasm.SlackBuild | |
parent | adc5c65afbd1bd6be2f4ab2480bd44db005ae540 (diff) | |
download | slackbuilds-9b72eab273f45c748168c7de783657377e51b7c5.tar.gz slackbuilds-9b72eab273f45c748168c7de783657377e51b7c5.tar.bz2 |
yasm: fixed typ0s
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@357 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'yasm/yasm.SlackBuild')
-rwxr-xr-x | yasm/yasm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yasm/yasm.SlackBuild b/yasm/yasm.SlackBuild index f31aff00..4362e393 100755 --- a/yasm/yasm.SlackBuild +++ b/yasm/yasm.SlackBuild @@ -1,11 +1,11 @@ #!/bin/bash # -# slackbuild script for yasmp +# slackbuild script for yasm # by rhatto at riseup.net # if [ -s "slack-required" ]; then - echo Recomended and required packages for building yasmp are: + echo Recomended and required packages for building yasm are: cat slack-required | sed -e 's/^/\t/' if [ "$INTERACT" != "no" ]; then echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. @@ -27,7 +27,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="yasmp" +PACKAGE="yasm" ARCH=${ARCH:=i486} VERSION=${VERSION:=0.5.0} BUILD=${BUILD:=1rha} |