aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-10-20 02:33:17 +0000
committerBill Nottingham <notting@redhat.com>2004-10-20 02:33:17 +0000
commitf05a6fb7d2748351195be82c0548bbd03ddaf9e1 (patch)
tree8e6bd3fafcf93122911df2b0b2efa745422c824b /Makefile
parentf460928971bdc4961d174a851af7c780a7d89555 (diff)
downloadinitscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar
initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.gz
initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.bz2
initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.xz
initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.zip
fix it all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca04d1d1..5a9b4780 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install:
cp -af rc.d sysconfig ppp $(ROOT)/etc
mkdir -p $(ROOT)/etc/ppp/peers
- chmod 755 $(ROOT)/rc.d/* $(ROOT)/rc.d/init.d/*
+ chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/*
chmod 755 $(ROOT)/etc/ppp/peers
chmod 755 $(ROOT)/etc/ppp/ip*
chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-*