Skip to content

Commit

Permalink
Allow execution by everyone.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 21, 2021
1 parent a5d2d6e commit 93f2ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ PREFIX ?= /usr/local

.PHONY: install
install:
install -Dm744 goxel $(DESTDIR)$(PREFIX)/bin/goxel
install -Dm755 goxel $(DESTDIR)$(PREFIX)/bin/goxel
for size in 16 24 32 48 64 128 256; do
install -Dm644 data/icons/icon$${size}.png \
$$(printf '%s%s' $(DESTDIR)$(PREFIX)/share/icons/hicolor/ \
Expand Down

0 comments on commit 93f2ca0

Please sign in to comment.