[Fai-commit] r6036 - branches/stable/3.4
Michael Prokop
mika at alioth.debian.org
Tue Aug 17 12:58:18 UTC 2010
Author: mika
Date: 2010-08-17 12:58:17 +0000 (Tue, 17 Aug 2010)
New Revision: 6036
Modified:
branches/stable/3.4/Makefile
Log:
Fix errors in Makefile from missleading merge.
Signed-off-by: Michael Prokop <mika at grml.org>
Modified: branches/stable/3.4/Makefile
===================================================================
--- branches/stable/3.4/Makefile 2010-08-17 12:58:13 UTC (rev 6035)
+++ branches/stable/3.4/Makefile 2010-08-17 12:58:17 UTC (rev 6036)
@@ -5,8 +5,7 @@
export DOCDIR = $(shell pwd)/debian/fai-doc/usr/share/doc/fai-doc
LIBDIR = $(DESTDIR)/usr/lib/fai
SHAREDIR = $(DESTDIR)/usr/share/fai
-USRSBIN_SCRIPTS = make-fai-nfsroot fai-setup fcopy ftar install_packages fai-chboot faimond fai-cd fai faireboot fai-statoverride setup-storage dhcp-edit
-
+USRSBIN_SCRIPTS = make-fai-nfsroot fai-setup fcopy ftar install_packages fai-chboot faimond fai-cd fai setup_harddisks faireboot fai-statoverride setup-storage dhcp-edit
USRBIN_SCRIPTS = fai-class fai-do-scripts fai-mirror fai-debconf device2grub policy-rc.d.fai ainsl faimond-gui
# do not include .svn dir and setup-storage subdir
@@ -33,6 +32,7 @@
install lib/setup-storage/* $(SHAREDIR)/setup-storage
cd bin ; install $(USRSBIN_SCRIPTS) $(DESTDIR)/usr/sbin
cd bin ; install $(USRBIN_SCRIPTS) $(DESTDIR)/usr/bin
+ install bin/fai-start-stop-daemon $(DESTDIR)/sbin
install bin/dhclient-fai-script $(DESTDIR)/usr/share/fai
install -m644 conf/dhclient-fai.conf $(DESTDIR)/usr/share/fai
install -m644 conf/apt.conf $(DESTDIR)/etc/apt/apt.conf.d/90fai
@@ -44,8 +44,7 @@
install -m644 conf/menu.lst.boot-only $(DESTDIR)/usr/share/fai/menu.lst
install -m644 conf/upstart-fai.conf $(DESTDIR)/etc/init/fai.conf
install -m755 lib/fai-abort $(DESTDIR)/etc/init.d
- cp -a pixmaps/*.gif $(DESTDIR)/usr/share/fai/pixmaps
- cp -a pixmaps/small/*.gif $(DESTDIR)/usr/share/fai/pixmaps/small
+ install -p -m644 pixmaps/*.gif $(DESTDIR)/usr/share/fai/pixmaps
perl -pi -e 's/FAIVERSIONSTRING/$(VERSIONSTRING)/' $(DESTDIR)/usr/sbin/fai
cp -a examples $(DOCDIR)
cp -a utils $(DOCDIR)/examples
More information about the Fai-commit
mailing list