[Fai-commit] r4608 - people/michael/features/setup_harddisks_2/implementation

andreas at alioth.debian.org andreas at alioth.debian.org
Tue Oct 9 13:08:56 UTC 2007


Author: andreas
Date: 2007-10-09 13:08:56 +0000 (Tue, 09 Oct 2007)
New Revision: 4608

Modified:
   people/michael/features/setup_harddisks_2/implementation/Makefile
Log:
more consistent install 

Modified: people/michael/features/setup_harddisks_2/implementation/Makefile
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/Makefile	2007-10-09 13:02:48 UTC (rev 4607)
+++ people/michael/features/setup_harddisks_2/implementation/Makefile	2007-10-09 13:08:56 UTC (rev 4608)
@@ -3,8 +3,8 @@
 DESTDIR=/srv/fai/nfsroot/live/filesystem.dir
 DEST=$(DESTDIR)/usr/lib/perl/5.8
 
-FILES = shdd2 \
-	shdd2-commands \
+BIN   = shdd2
+FILES = shdd2-commands \
 	shdd2-exec \
 	shdd2-fstab \
 	shdd2-init \
@@ -14,12 +14,12 @@
 	shdd2-volumes
 
 tidy:
-	perltidy -bl -i=2 $(FILES)
+	perltidy -bl -i=2 $(FILES) $(BIN)
 
 move:
 	for i in shdd2*.tdy ; do mv $$i `echo $$i | sed 's/.tdy//'` ; done
 
 install:
 	install -d $(DEST)
-	install -m 744 $(FILES) $(DEST) 
-	ln -s $(DESTDIR)/usr/bin/shdd2 $(DEST)/shdd2 
+	install -m 444 $(FILES) $(DEST) 
+	install -m 744 $(BIN) $(DESTDIR)/usr/bin




More information about the Fai-commit mailing list