diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 14:00:46 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-20 14:00:46 +0000 |
commit | b48f55e8c45dc69fee0737548158af92676c9bff (patch) | |
tree | e9897365ef2cbd4064eaa00499c9efc64ac630ef /bootsplash/bootsplash.SlackBuild | |
parent | 20dc496827b1c788c862687a0a198cddd6c3299f (diff) | |
download | slackbuilds-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/bootsplash.SlackBuild')
-rwxr-xr-x | bootsplash/bootsplash.SlackBuild | 2 |
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 |