From: Jason Woofenden Date: Thu, 28 May 2009 00:32:29 +0000 (-0400) Subject: stopped trying to set the owner and group of the executable to "games" X-Git-Tag: 0.5.4~7 X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=0ce16148cb56c6c3491ea6042e45c9371591b168;ds=sidebyside stopped trying to set the owner and group of the executable to "games" --- diff --git a/Makefile b/Makefile index 9d09806..8fd1161 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ rocks := $(rocks:%=data/rock%.png) graphics := data/ship.png data/icon.png data/life.png data/font.png $(rocks) INSTALL := install -INSTALL_PROGRAM := $(INSTALL) $(shell sh -c 'test "$$UID" "=" "0" && echo "-o games -g games"') +INSTALL_PROGRAM := $(INSTALL) INSTALL_DATA := $(INSTALL) -m 644