diff options
| author | Bill Nottingham <notting@redhat.com> | 2004-10-20 02:33:17 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2004-10-20 02:33:17 +0000 |
| commit | f05a6fb7d2748351195be82c0548bbd03ddaf9e1 (patch) | |
| tree | 8e6bd3fafcf93122911df2b0b2efa745422c824b /Makefile | |
| parent | f460928971bdc4961d174a851af7c780a7d89555 (diff) | |
| download | initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.gz initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.tar.xz initscripts-f05a6fb7d2748351195be82c0548bbd03ddaf9e1.zip | |
fix it all
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-* |
