| 7 |
SHAREDIR = $(DESTDIR)/usr/share/fai |
SHAREDIR = $(DESTDIR)/usr/share/fai |
| 8 |
SCRIPTS = rcS_fai setup_harddisks install_packages faireboot start-stop-daemon dhclient-perl dhclient-script fcopy ftar mount2dir bootsector device2grub |
SCRIPTS = rcS_fai setup_harddisks install_packages faireboot start-stop-daemon dhclient-perl dhclient-script fcopy ftar mount2dir bootsector device2grub |
| 9 |
SBIN_SCRIPTS = make-fai-nfsroot make-fai-bootfloppy fai-setup fcopy ftar bootsector |
SBIN_SCRIPTS = make-fai-nfsroot make-fai-bootfloppy fai-setup fcopy ftar bootsector |
| 10 |
|
BIN_SCRIPTS = fai-class |
| 11 |
CONFFILES= apt.conf dhclient.conf fai_modules_off pxelinux.cfg |
CONFFILES= apt.conf dhclient.conf fai_modules_off pxelinux.cfg |
| 12 |
|
|
| 13 |
# files with variable KERNLEVERSION in it; this string will be substituted |
# files with variable KERNLEVERSION in it; this string will be substituted |
| 26 |
$(MAKE) -C doc install DOCDIR=$(DOCDIR) |
$(MAKE) -C doc install DOCDIR=$(DOCDIR) |
| 27 |
-install -m755 lib/* $(LIBDIR) |
-install -m755 lib/* $(LIBDIR) |
| 28 |
cd scripts ; install $(SBIN_SCRIPTS) $(DESTDIR)/usr/sbin |
cd scripts ; install $(SBIN_SCRIPTS) $(DESTDIR)/usr/sbin |
| 29 |
|
cd scripts ; install $(BIN_SCRIPTS) $(DESTDIR)/usr/bin |
| 30 |
cd scripts ; install $(SCRIPTS) $(LIBDIR)/sbin |
cd scripts ; install $(SCRIPTS) $(LIBDIR)/sbin |
| 31 |
install -m644 share/subroutines* $(SHAREDIR) |
install -m644 share/subroutines* $(SHAREDIR) |
| 32 |
install -m644 share/Fai.pm $(DESTDIR)/usr/share/perl5/Debian |
install -m644 share/Fai.pm $(DESTDIR)/usr/share/perl5/Debian |