Magellan Linux

Diff of /trunk/initscripts/Makefile.inc

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

revision 1389 by niro, Sat Jun 4 23:55:24 2011 UTC revision 2211 by niro, Tue Oct 15 08:53:10 2013 UTC
# Line 9  LIBDIR = /lib Line 9  LIBDIR = /lib
9  SBINDIR = /sbin  SBINDIR = /sbin
10  RCDIR = $(SYSCONFDIR)/rc.d  RCDIR = $(SYSCONFDIR)/rc.d
11  INITDIR = $(RCDIR)/init.d  INITDIR = $(RCDIR)/init.d
 SYSTEMDDIR = $(LIBDIR)/systemd  
 UNITSDIR = $(SYSTEMDDIR)/system  
12    
13  general:  general:
14   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)   install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)
# Line 27  general: Line 25  general:
25   install -d -m 0755 $(DESTDIR)$(SBINDIR)   install -d -m 0755 $(DESTDIR)$(SBINDIR)
26   for file in sbin/*; do install -m 0755 $${file} $(DESTDIR)$(SBINDIR); done   for file in sbin/*; do install -m 0755 $${file} $(DESTDIR)$(SBINDIR); done
27    
  # fix mageversion  
  echo "$$(date +%Y%m%d)-cvs" > $(DESTDIR)$(SYSCONFDIR)/mageversion  
  # fix system-release  
  echo "Magellan-linux release $$(date +%Y%m%d)-cvs (NEXT)" > $(DESTDIR)$(SYSCONFDIR)/system-release  
   
28  .PHONY: general  .PHONY: general

Legend:
Removed from v.1389  
changed lines
  Added in v.2211