aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-14 15:06:41 -0400
committerBill Nottingham <notting@redhat.com>2010-10-14 15:06:41 -0400
commit675389f11ffaab590e9dedabc821e33745e3eb5c (patch)
tree85d2cd8eac0a728bbd958ad12ea922abb697e171 /Makefile
parent2672ac3f85ae49077908774b491fa6c07281295a (diff)
downloadinitscripts-675389f11ffaab590e9dedabc821e33745e3eb5c.tar
initscripts-675389f11ffaab590e9dedabc821e33745e3eb5c.tar.gz
initscripts-675389f11ffaab590e9dedabc821e33745e3eb5c.tar.bz2
initscripts-675389f11ffaab590e9dedabc821e33745e3eb5c.tar.xz
initscripts-675389f11ffaab590e9dedabc821e33745e3eb5c.zip
Reorganize the systemd bits as we'll have scripts to put in /lib/systemd.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e54651b6..6877c79f 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ install:
install -m644 sysconfig/debug sysconfig/init sysconfig/netconsole sysconfig/readonly-root $(ROOT)/etc/sysconfig/
cp -af sysconfig/network-scripts $(ROOT)/etc/sysconfig/
cp -af ppp NetworkManager init $(ROOT)/etc
- mkdir -p $(ROOT)/lib/systemd/system
- cp -af systemd/* $(ROOT)/lib/systemd/system
+ mkdir -p $(ROOT)/lib/systemd/
+ cp -af systemd/* $(ROOT)/lib/systemd/
mkdir -p $(ROOT)/etc/ppp/peers
mkdir -p $(ROOT)/lib
cp -af udev $(ROOT)/lib