From c17312436a132e671fa5a7285e64ea8d6adcf071 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Sep 2008 14:54:25 -0400 Subject: Fix udev rule installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c1d4897..5b7925a9 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ install: cp -af ppp NetworkManager event.d $(ROOT)/etc mkdir -p $(ROOT)/etc/ppp/peers mkdir -p $(ROOT)/lib - cp -af udev $(ROOT)/etc + cp -af udev $(ROOT)/lib chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/* chmod 755 $(ROOT)/etc/ppp/peers chmod 755 $(ROOT)/etc/ppp/ip* -- cgit v1.2.1