aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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