Magellan Linux

Diff of /trunk/mlivecdbuild/Makefile

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

revision 679 by niro, Thu Mar 20 10:54:41 2008 UTC revision 864 by niro, Sat May 9 12:06:31 2009 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.3 2008-03-20 10:54:41 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 20  create-dirs: Line 20  create-dirs:
20   install -d -m 0755 $(DESTDIR)$(profilesdir)/default   install -d -m 0755 $(DESTDIR)$(profilesdir)/default
21   install -d -m 0755 $(DESTDIR)$(profilesdir)/default-i686   install -d -m 0755 $(DESTDIR)$(profilesdir)/default-i686
22   install -d -m 0755 $(DESTDIR)$(profilesdir)/default-x86_64   install -d -m 0755 $(DESTDIR)$(profilesdir)/default-x86_64
23     install -d -m 0755 $(DESTDIR)$(profilesdir)/default-i686-svn
24     install -d -m 0755 $(DESTDIR)$(profilesdir)/default-x86_64-svn
25     install -d -m 0755 $(DESTDIR)$(profilesdir)/install-i686
26     install -d -m 0755 $(DESTDIR)$(profilesdir)/install-x86_64
27     install -d -m 0755 $(DESTDIR)$(profilesdir)/install-i686-svn
28     install -d -m 0755 $(DESTDIR)$(profilesdir)/install-x86_64-svn
29   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-i686   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-i686
30   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-x86_64   install -d -m 0755 $(DESTDIR)$(profilesdir)/global-x86_64
31   install -d -m 0755 $(DESTDIR)$(profilesdir)/knoppix   install -d -m 0755 $(DESTDIR)$(profilesdir)/knoppix
# Line 38  install-files: Line 44  install-files:
44   install -m 0644 $(srcprofiles)/global/isolinux.cfg $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/isolinux.cfg $(DESTDIR)$(profilesdir)/global
45   install -m 0644 $(srcprofiles)/global/issue $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/issue $(DESTDIR)$(profilesdir)/global
46   install -m 0644 $(srcprofiles)/global/motd $(DESTDIR)$(profilesdir)/global   install -m 0644 $(srcprofiles)/global/motd $(DESTDIR)$(profilesdir)/global
47     install -m 0644 $(srcprofiles)/global/net.eth0 $(DESTDIR)$(profilesdir)/global
48    
49   install -m 0644 $(srcprofiles)/default/config $(DESTDIR)$(profilesdir)/default   install -m 0644 $(srcprofiles)/default/config $(DESTDIR)$(profilesdir)/default
50    
51   install -m 0644 $(srcprofiles)/default-i686/config $(DESTDIR)$(profilesdir)/default-i686   install -m 0644 $(srcprofiles)/default-i686/config $(DESTDIR)$(profilesdir)/default-i686
52   install -m 0644 $(srcprofiles)/default-i686/mage.rc $(DESTDIR)$(profilesdir)/default-i686   install -m 0644 $(srcprofiles)/default-i686/mage.rc $(DESTDIR)$(profilesdir)/default-i686
53    
54     install -m 0644 $(srcprofiles)/default-i686-svn/config $(DESTDIR)$(profilesdir)/default-i686-svn
55     install -m 0644 $(srcprofiles)/default-i686-svn/mage.rc $(DESTDIR)$(profilesdir)/default-i686-svn
56    
57   install -m 0644 $(srcprofiles)/default-x86_64/config $(DESTDIR)$(profilesdir)/default-x86_64   install -m 0644 $(srcprofiles)/default-x86_64/config $(DESTDIR)$(profilesdir)/default-x86_64
58   install -m 0644 $(srcprofiles)/default-x86_64/mage.rc $(DESTDIR)$(profilesdir)/default-x86_64   install -m 0644 $(srcprofiles)/default-x86_64/mage.rc $(DESTDIR)$(profilesdir)/default-x86_64
59    
60     install -m 0644 $(srcprofiles)/default-x86_64-svn/config $(DESTDIR)$(profilesdir)/default-x86_64-svn
61     install -m 0644 $(srcprofiles)/default-x86_64-svn/mage.rc $(DESTDIR)$(profilesdir)/default-x86_64-svn
62    
63     install -m 0644 $(srcprofiles)/install-i686/config $(DESTDIR)$(profilesdir)/install-i686
64     install -m 0644 $(srcprofiles)/install-i686/mage.rc $(DESTDIR)$(profilesdir)/install-i686
65     install -m 0644 $(srcprofiles)/install-i686/add_packages $(DESTDIR)$(profilesdir)/install-i686
66     install -m 0644 $(srcprofiles)/install-i686/prepare_custom $(DESTDIR)$(profilesdir)/install-i686
67    
68     install -m 0644 $(srcprofiles)/install-i686-svn/config $(DESTDIR)$(profilesdir)/install-i686-svn
69     install -m 0644 $(srcprofiles)/install-i686-svn/mage.rc $(DESTDIR)$(profilesdir)/install-i686-svn
70     install -m 0644 $(srcprofiles)/install-i686-svn/add_packages $(DESTDIR)$(profilesdir)/install-i686-svn
71     install -m 0644 $(srcprofiles)/install-i686-svn/prepare_custom $(DESTDIR)$(profilesdir)/install-i686n-svn
72    
73     install -m 0644 $(srcprofiles)/install-x86_64/config $(DESTDIR)$(profilesdir)/install-x86_64
74     install -m 0644 $(srcprofiles)/install-x86_64/mage.rc $(DESTDIR)$(profilesdir)/install-x86_64
75     install -m 0644 $(srcprofiles)/install-x86_64/add_packages $(DESTDIR)$(profilesdir)/install-x86_64
76     install -m 0644 $(srcprofiles)/install-x86_64/prepare_custom $(DESTDIR)$(profilesdir)/install-x86_64
77    
78     install -m 0644 $(srcprofiles)/install-x86_64-svn/config $(DESTDIR)$(profilesdir)/install-x86_64-svn
79     install -m 0644 $(srcprofiles)/install-x86_64-svn/mage.rc $(DESTDIR)$(profilesdir)/install-x86_64-svn
80     install -m 0644 $(srcprofiles)/install-x86_64-svn/add_packages $(DESTDIR)$(profilesdir)/install-x86_64-svn
81     install -m 0644 $(srcprofiles)/install-x86_64-svn/prepare_custom $(DESTDIR)$(profilesdir)/install-x86_64-svn
82    
83   install -m 0644 $(srcprofiles)/knoppix/add_packages $(DESTDIR)$(profilesdir)/knoppix   install -m 0644 $(srcprofiles)/knoppix/add_packages $(DESTDIR)$(profilesdir)/knoppix
84   install -m 0644 $(srcprofiles)/knoppix/add_services $(DESTDIR)$(profilesdir)/knoppix   install -m 0644 $(srcprofiles)/knoppix/add_services $(DESTDIR)$(profilesdir)/knoppix
85   install -m 0644 $(srcprofiles)/knoppix/config $(DESTDIR)$(profilesdir)/knoppix   install -m 0644 $(srcprofiles)/knoppix/config $(DESTDIR)$(profilesdir)/knoppix

Legend:
Removed from v.679  
changed lines
  Added in v.864