From 675389f11ffaab590e9dedabc821e33745e3eb5c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 14 Oct 2010 15:06:41 -0400 Subject: Reorganize the systemd bits as we'll have scripts to put in /lib/systemd. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1