missed one
authorBdale Garbee <bdale@gag.com>
Sat, 22 Oct 2011 21:22:18 +0000 (15:22 -0600)
committerBdale Garbee <bdale@gag.com>
Sat, 22 Oct 2011 21:22:18 +0000 (15:22 -0600)
Makefile

index be8443bec017ddc75ce8ed4b09119ce5482d7acf..4cfa56119e262c844b4ff71659c70a87e5200796 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,6 @@ realclean: clean
        $(RM) $(PROG)
 
 install:
-       install -d -m 755 $(DESTDIR)$(prefix)/bin $(prefix)/share/man/man1
+       install -d -m 755 $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/man/man1
        install -s -m 755 $(PROG) $(DESTDIR)$(prefix)/bin
        install    -m 644 $(MAN)  $(DESTDIR)$(prefix)/share/man/man1