Magellan Linux

Diff of /tags/init-0_8_1/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 1670 by niro, Sun Feb 5 16:12:26 2012 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
12  SYSTEMDDIR = $(LIBDIR)/systemd  SYSTEMDDIR = /usr/lib/systemd
13  UNITSDIR = $(SYSTEMDDIR)/system  UNITSDIR = $(SYSTEMDDIR)/system
14    
15  general:  general:
# Line 27  general: Line 27  general:
27   install -d -m 0755 $(DESTDIR)$(SBINDIR)   install -d -m 0755 $(DESTDIR)$(SBINDIR)
28   for file in sbin/*; do install -m 0755 $${file} $(DESTDIR)$(SBINDIR); done   for file in sbin/*; do install -m 0755 $${file} $(DESTDIR)$(SBINDIR); done
29    
  # 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  
   
30  .PHONY: general  .PHONY: general

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