mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🔨 Set install group to 0 for macOS - fixes #85
This commit is contained in:
parent
84efeb5d9c
commit
860d11cace
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ ifeq ($(GIT_EXISTS), 0)
|
|||||||
COMMIT := $(shell git rev-parse --verify HEAD)
|
COMMIT := $(shell git rev-parse --verify HEAD)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INSTALL := install -o root -g root
|
INSTALL := install -o root -g 0
|
||||||
INSTALL_DIR := /usr/local/bin
|
INSTALL_DIR := /usr/local/bin
|
||||||
DESKTOP_DIR := /usr/share/applications
|
DESKTOP_DIR := /usr/share/applications
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user