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

andreas at alioth.debian.org andreas at alioth.debian.org
Thu Feb 28 15:27:13 UTC 2008


Author: andreas
Date: 2008-02-28 15:27:12 +0000 (Thu, 28 Feb 2008)
New Revision: 4848

Modified:
   people/michael/features/setup_harddisks_2/implementation/Makefile
Log:
update Makefile

Modified: people/michael/features/setup_harddisks_2/implementation/Makefile
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/Makefile	2008-02-25 10:09:16 UTC (rev 4847)
+++ people/michael/features/setup_harddisks_2/implementation/Makefile	2008-02-28 15:27:12 UTC (rev 4848)
@@ -2,11 +2,12 @@
 DEST=$(DESTDIR)/usr/lib/perl/5.8
 
 FILES := $(wildcard lib/*.pm )
+BIN   := setup-storage
 
 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