Magellan Linux

Diff of /trunk/mlivecdbuild/Makefile

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

revision 467 by niro, Sat Apr 14 15:49:30 2007 UTC revision 716 by niro, Thu Apr 10 20:57:41 2008 UTC
# Line 1  Line 1 
1  # Magellan ISO generation Utils  # Magellan ISO generation Utils
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/Makefile,v 1.1 2007-04-14 15:49:30 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/Makefile,v 1.5 2008-04-10 20:57:41 niro Exp $
3    
4  DESTDIR=  DESTDIR=
5    
# Line 8  profilesdir=$(libdir)/profiles Line 8  profilesdir=$(libdir)/profiles
8  sbindir=/usr/sbin  sbindir=/usr/sbin
9    
10  srcdir=.  srcdir=.
11  srcprofiles=$(srcdir}/profiles  srcprofiles=$(srcdir)/profiles
12    
13  all: install  all: install
14    
# Line 18  create-dirs: Line 18  create-dirs:
18   install -d -m 0755 $(DESTDIR)$(profilesdir)   install -d -m 0755 $(DESTDIR)$(profilesdir)
19   install -d -m 0755 $(DESTDIR)$(profilesdir)/global   install -d -m 0755 $(DESTDIR)$(profilesdir)/global
20   install -d -m 0755 $(DESTDIR)$(profilesdir)/default   install -d -m 0755 $(DESTDIR)$(profilesdir)/default
21     install -d -m 0755 $(DESTDIR)$(profilesdir)/default-i686
22     install -d -m 0755 $(DESTDIR)$(profilesdir)/default-x86_64
23   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-i686   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-i686
24   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-x86_64   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-x86_64
25   install -d -m 0755 $(DESTDIR)$(profilesdir)/knoppix   install -d -m 0755 $(DESTDIR)$(profilesdir)/knoppix
# Line 36  install-files: Line 38  install-files:
38   install -m 0644 $(srcprofiles)/global/isolinux.cfg $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/isolinux.cfg $(DESTDIR)$(profilesdir)/global
39   install -m 0644 $(srcprofiles)/global/issue $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/issue $(DESTDIR)$(profilesdir)/global
40   install -m 0644 $(srcprofiles)/global/motd $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/motd $(DESTDIR)$(profilesdir)/global
41     install -m 0644 $(srcprofiles)/global/net.eth0 $(DESTDIR)$(profilesdir)/global
42    
43   install -m 0644 $(srcprofiles)/default/config $(DESTDIR)$(profilesdir)/default   install -m 0644 $(srcprofiles)/default/config $(DESTDIR)$(profilesdir)/default
44    

Legend:
Removed from v.467  
changed lines
  Added in v.716