Magellan Linux

Contents of /tags/init-0_8_1/systemd/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2105 - (show annotations) (download)
Tue Apr 2 08:31:15 2013 UTC (11 years, 1 month ago) by niro
File size: 408 byte(s)
tagged 'init-0_8_1'
1 # $Id$
2
3 all:
4
5 include ../Makefile.inc
6
7 install_systemd: general
8 # install system-units
9 install -d -m 0755 $(DESTDIR)$(SYSTEMDDIR)
10 install -d -m 0755 $(DESTDIR)$(UNITSDIR)
11 for file in units/services/*; do install -m 0644 $${file} $(DESTDIR)$(UNITSDIR)/; done
12 # install network script
13 install -m 0755 units/scripts/network.sh $(DESTDIR)$(SYSTEMDDIR)/magellan-network
14
15 .PHONY: all install_systemd general