From 69faa5e31f5a6be3326a947b3250493f471e8076 Mon Sep 17 00:00:00 2001 From: makeworld Date: Wed, 16 Sep 2020 13:33:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Remove=20-D=20flag=20for=20macOS?= =?UTF-8?q?=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9a1a5b..8df09ad 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ clean: .PHONY: install install: amfora amfora.desktop - install -Dm 755 amfora $(PREFIX)/bin/amfora - install -Dm 644 amfora.desktop $(PREFIX)/share/applications/amfora.desktop + install -m 755 amfora $(PREFIX)/bin/amfora + install -m 644 amfora.desktop $(PREFIX)/share/applications/amfora.desktop .PHONY: uninstall uninstall: