aef4cc9b18
Initial package for vitetris OBS-URL: https://build.opensuse.org/request/show/665371 OBS-URL: https://build.opensuse.org/package/show/games/vitetris?expand=0&rev=1
14 lines
340 B
Diff
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.
|