From fb66422000b3663a93a4bc1ae83ddeba2d8f1a4b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 14 Apr 2012 16:02:01 +0000 Subject: There are no perl scripts anymore. Only bash. --- scripts/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 1b69040..b0d1808 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,4 @@ -PL=remove-boot-splash -SH=make-boot-splash make-boot-splash-raw switch-themes remove-theme +SH=make-boot-splash make-boot-splash-raw switch-themes remove-theme remove-boot-splash SYS=bootsplash.sysconfig sharedir=/usr/share @@ -9,11 +8,10 @@ all: check check: @for i in $(SH);do /bin/bash -n $$i || exit 1;echo $$i syntax OK;done - @for i in $(PL);do perl -c $$i ||exit 1;done install: @mkdir -p $(prefix)$(sharedir)/bootsplash/scripts/ $(prefix)$(etcsysdir) - @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/bootsplash/scripts/;done + @for i in $(SH);do install -m755 $$i $(prefix)$(sharedir)/bootsplash/scripts/;done install -m644 $(SYS) $(prefix)$(etcsysdir)/bootsplash clean: -- cgit v1.2.1