From: rhatto Date: Fri, 20 Oct 2006 14:00:46 +0000 (+0000) Subject: bootsplash: fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b48f55e8c45dc69fee0737548158af92676c9bff;p=slackbuilds.git bootsplash: fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@472 370017ae-e619-0410-ac65-c121f96126d4 --- 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