Removed the reference to the non-existing bash-mymail.sh from the Makefile.
authorFrancois Fleuret <francois@fleuret.org>
Sat, 15 Aug 2015 20:44:20 +0000 (13:44 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 15 Aug 2015 20:45:10 +0000 (13:45 -0700)
Makefile

index 36a2ac5..c8e7246 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,6 @@ mymail: mymail.o
 install: mymail
        mkdir -p $(BINARY_PATH) $(MAN_PATH)
        install -m 755 mymail $(BINARY_PATH)
-       install -m 755 bash-mymail.sh $(BINARY_PATH)
        install -m 644 mymail.1 $(MAN_PATH)
        gzip $(MAN_PATH)/mymail.1