diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 15:05:10 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 15:05:10 -0400 |
commit | 4645cb57fa3c536430ae73a9bff421716afc6bf7 (patch) | |
tree | f786417d935d22d0b47a36ca01ef2c0869bca69c /Makefile | |
parent | 7849f0ce47fcf4d4ff8cba66be0b958085b660b9 (diff) | |
download | initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.gz initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.bz2 initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.xz initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.zip |
Fix typo.initscripts-8.83-1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ install: mkdir -p $(ROOT)/lib cp -af udev $(ROOT)/lib chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/* - chmdo 644 $(ROOT)/etc/rc.d/init.d/functions + chmod 644 $(ROOT)/etc/rc.d/init.d/functions chmod 755 $(ROOT)/etc/ppp/peers chmod 755 $(ROOT)/etc/ppp/ip* chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-* @@ -139,7 +139,7 @@ clean: @rm -fv *~ changenew ChangeLog.old *gz tag: - @git tag -a -f -m "Tag as $(TAG)" $(TAG) + @git tag -a -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" archive: clean check tag changelog |