From 4645cb57fa3c536430ae73a9bff421716afc6bf7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Sep 2008 15:05:10 -0400 Subject: Fix typo. --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1