vitetris/vitetris-no-need-for-root-to-install.patch

14 lines
340 B
Diff

diff --git a/Makefile b/Makefile
index 05ef506..164e69e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROGNAME = tetris$(EXE)
# Uncomment to change the default. (Only used in Unix-like systems.)
#HISCORE_FILENAME = /var/games/vitetris-hiscores
-INSTALL = install -oroot -groot
+INSTALL = install
default: build
@echo Done.