From 9b72eab273f45c748168c7de783657377e51b7c5 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Oct 2006 13:01:43 +0000 Subject: yasm: fixed typ0s git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@357 370017ae-e619-0410-ac65-c121f96126d4 --- yasm/yasm.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yasm/yasm.SlackBuild') 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} -- cgit v1.2.3