From 14c8e82fc70654e2af3705381a1b0f27019eff47 Mon Sep 17 00:00:00 2001 From: Ingo Lohmar Date: Sat, 19 May 2018 13:41:16 +0200 Subject: [PATCH] Fix 'make install': correct permissions for executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: