/[fai]/trunk/Makefile
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1310 by lange, Fri Nov 22 16:17:11 2002 UTC revision 1347 by lange, Tue Dec 10 15:21:04 2002 UTC
# Line 7  LIBDIR = $(DESTDIR)/usr/lib/fai Line 7  LIBDIR = $(DESTDIR)/usr/lib/fai
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
# Line 25  install: Line 26  install:
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

Legend:
Removed from v.1310  
changed lines
  Added in v.1347

  ViewVC Help
Powered by ViewVC 1.1.5