From b48f55e8c45dc69fee0737548158af92676c9bff Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 20 Oct 2006 14:00:46 +0000 Subject: bootsplash: fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@472 370017ae-e619-0410-ac65-c121f96126d4 --- bootsplash/bootsplash.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootsplash') 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 -- cgit v1.2.3