From 7bb898ed0ebbabd52461449088033994ec2579ee Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2009 12:11:30 +0000 Subject: remove obsolete scripts --- scripts/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 44686b0..aa0189e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,6 +1,5 @@ PL=remove-boot-splash SH=make-boot-splash make-boot-splash-raw rewritejpeg switch-themes remove-theme -SBIN=splash.sh bootanim SYS=bootsplash.sysconfig sharedir=/usr/share @@ -9,14 +8,13 @@ etcsysdir=/etc/sysconfig all: check check: - @for i in $(SH) $(SBIN);do /bin/bash -n $$i || exit 1;echo $$i syntax OK;done + @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) $(prefix)/sbin/ - @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/bootsplash/scripts/;done - @for i in $(SBIN);do install -m755 $$i $(prefix)/sbin/;done - install -m644 bootsplash.sysconfig $(prefix)$(etcsysdir)/bootsplash + @mkdir -p $(prefix)$(sharedir)/mandriva-theme-utils/scripts/ $(prefix)$(etcsysdir) + @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/mandriva-theme-utils/scripts/;done + install -m644 $(SYS) $(prefix)$(etcsysdir)/theme clean: rm -f *~ \#*\# -- cgit v1.2.1