aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-30 15:05:10 -0400
committerBill Nottingham <notting@redhat.com>2008-09-30 15:05:10 -0400
commit4645cb57fa3c536430ae73a9bff421716afc6bf7 (patch)
treef786417d935d22d0b47a36ca01ef2c0869bca69c /Makefile
parent7849f0ce47fcf4d4ff8cba66be0b958085b660b9 (diff)
downloadinitscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar
initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.gz
initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.bz2
initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.tar.xz
initscripts-4645cb57fa3c536430ae73a9bff421716afc6bf7.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 05396045..fd06c9be 100644
--- a/Makefile
+++ b/Makefile
@@ -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