Magellan Linux

Diff of /trunk/mlivecdbuild/Makefile

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

revision 678 by niro, Sat Apr 14 16:10:16 2007 UTC revision 679 by niro, Thu Mar 20 10:54: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.2 2007-04-14 16:10:16 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/Makefile,v 1.3 2008-03-20 10:54:41 niro Exp $
3    
4  DESTDIR=  DESTDIR=
5    
# 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

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