Magellan Linux

Diff of /trunk/busybox-initscripts/Makefile

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

revision 730 by niro, Mon Jun 2 22:32:05 2008 UTC revision 731 by niro, Tue Jun 10 21:06:19 2008 UTC
# Line 1  Line 1 
1  # Magellan Busybox-Initscripts  # Magellan Busybox-Initscripts
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/Makefile,v 1.2 2008-06-02 22:32:05 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/busybox-initscripts/Makefile,v 1.3 2008-06-10 21:06:19 niro Exp $
3    
4  DESTDIR=  DESTDIR=
5    
# Line 39  install-etc: Line 39  install-etc:
39   do \   do \
40   install -m 0644 etc/$${file} $(DESTDIR)$(sysconfdir); \   install -m 0644 etc/$${file} $(DESTDIR)$(sysconfdir); \
41   done   done
42     install -m 0400 etc/shadow $(DESTDIR)$(sysconfdir)
43   echo "$$(date +%Y%m%d)-cvs" > $(DESTDIR)$(sysconfdir)/mageversion   echo "$$(date +%Y%m%d)-cvs" > $(DESTDIR)$(sysconfdir)/mageversion
44    
45  install-confd:  install-confd:

Legend:
Removed from v.730  
changed lines
  Added in v.731