diff --git a/Makefile b/Makefile index 13782bb..1aa1b07 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: install: enchive enchive.1 mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 - cp -f enchive $(DESTDIR)$(PREFIX)/bin + install -m 755 enchive $(DESTDIR)$(PREFIX)/bin gzip < enchive.1 > $(DESTDIR)$(PREFIX)/share/man/man1/enchive.1.gz uninstall: