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

andreas at alioth.debian.org andreas at alioth.debian.org
Fri Feb 1 09:17:07 UTC 2008


Author: andreas
Date: 2008-02-01 09:17:06 +0000 (Fri, 01 Feb 2008)
New Revision: 4842

Modified:
   people/michael/features/setup_harddisks_2/implementation/Makefile
Log:
adjusted makefile to new names

Modified: people/michael/features/setup_harddisks_2/implementation/Makefile
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/Makefile	2008-01-26 09:45:49 UTC (rev 4841)
+++ people/michael/features/setup_harddisks_2/implementation/Makefile	2008-02-01 09:17:06 UTC (rev 4842)
@@ -1,19 +1,12 @@
 DESTDIR=/srv/fai/nfsroot/live/filesystem.dir
 DEST=$(DESTDIR)/usr/lib/perl/5.8
 
-BIN   = shdd2
-FILES = shdd2-commands \
-	shdd2-exec \
-	shdd2-fstab \
-	shdd2-init \
-	shdd2-parser \
-	shdd2-sizes \
-	shdd2-volumes
+FILES := $(wildcard lib/*.pm )
 
 install:
 	install -d $(DEST)
 	install -m 444 $(FILES) $(DEST) 
-	install -m 744 $(BIN) $(DESTDIR)/usr/bin
+#	install -m 744 $(BIN) $(DESTDIR)/usr/bin
 
 
 # TODO (bessere) fehlermeldungen wenn parted oder mdadm oder lvm tools streiken




More information about the Fai-commit mailing list