1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

🔨 Set install group to 0 for macOS - fixes #85

This commit is contained in:
makeworld 2020-09-02 14:40:23 -04:00
parent 84efeb5d9c
commit 860d11cace

View File

@ -12,7 +12,7 @@ ifeq ($(GIT_EXISTS), 0)
COMMIT := $(shell git rev-parse --verify HEAD)
endif
INSTALL := install -o root -g root
INSTALL := install -o root -g 0
INSTALL_DIR := /usr/local/bin
DESKTOP_DIR := /usr/share/applications