From 95a92d1f3df1ecffb96456575126caed1b74bb15 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 30 Jan 2002 13:37:15 +0000 Subject: Add Makefile and .spec --- scripts/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/Makefile (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile new file mode 100644 index 0000000..e27fd95 --- /dev/null +++ b/scripts/Makefile @@ -0,0 +1,15 @@ +PL=detect-resolution +SH=make-boot-splash rewritejpeg + +sharedir=/usr/share + +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/ + @for i in $(SH) $(PL);do install -m755 $$i $(prefix)$(sharedir)/bootsplash/scripts/;done + +clean: + rm -f *~ \#*\# \ No newline at end of file -- cgit v1.2.1