JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
stopped trying to set the owner and group of the executable to "games"
authorJason Woofenden <jason283@herkamire.com>
Thu, 28 May 2009 00:32:29 +0000 (20:32 -0400)
committerJason Woofenden <jason283@herkamire.com>
Thu, 28 May 2009 02:59:10 +0000 (22:59 -0400)
Makefile

index 9d09806..8fd1161 100644 (file)
--- 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
 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
 
 
 INSTALL_DATA := $(INSTALL) -m 644