Magellan Linux

Diff of /trunk/initscripts/systemd/Makefile

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

revision 2211 by niro, Tue Oct 15 08:53:10 2013 UTC revision 2212 by niro, Tue Oct 15 08:54:48 2013 UTC
# Line 4  all: Line 4  all:
4    
5  include ../Makefile.inc  include ../Makefile.inc
6    
7  SYSTEMDDIR = /usr/lib/systemd  SYSTEMDDIR = $(shell $(PKGCONFIG) pkg-config systemd --variable=systemdutildir)
8  SYSTEMDUNITSDIR = $(SYSTEMDDIR)/system  SYSTEMDUNITSDIR = $(shell $(PKGCONFIG) systemd --variable=systemdsystemunitdir)
9    
10  install_systemd: general  install_systemd: general
11   # install system-units   # install system-units

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