aboutsummaryrefslogtreecommitdiff
path: root/bootsplash
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-20 14:00:46 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-20 14:00:46 +0000
commitb48f55e8c45dc69fee0737548158af92676c9bff (patch)
treee9897365ef2cbd4064eaa00499c9efc64ac630ef /bootsplash
parent20dc496827b1c788c862687a0a198cddd6c3299f (diff)
downloadslackbuilds-b48f55e8c45dc69fee0737548158af92676c9bff.tar.gz
slackbuilds-b48f55e8c45dc69fee0737548158af92676c9bff.tar.bz2
bootsplash: fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@472 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'bootsplash')
-rwxr-xr-xbootsplash/bootsplash.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsplash/bootsplash.SlackBuild b/bootsplash/bootsplash.SlackBuild
index 17ade573..2000e8ab 100755
--- a/bootsplash/bootsplash.SlackBuild
+++ b/bootsplash/bootsplash.SlackBuild
@@ -94,7 +94,7 @@ fi
cd Utilities
-if [ "$ARCH" == "x86_64" ] then
+if [ "$ARCH" == "x86_64" ]; then
sed -e 's/LIB ?= lib/LIB ?= lib64/' Makefile > Makefile.new
mv Makefile.new Makefile
fi