diff options
-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 |