aboutsummaryrefslogtreecommitdiff
path: root/games/instead/files/patch-makefile_games
diff options
context:
space:
mode:
Diffstat (limited to 'games/instead/files/patch-makefile_games')
-rw-r--r--games/instead/files/patch-makefile_games11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/instead/files/patch-makefile_games b/games/instead/files/patch-makefile_games
deleted file mode 100644
index abdd03e69302..000000000000
--- a/games/instead/files/patch-makefile_games
+++ /dev/null
@@ -1,11 +0,0 @@
---- games/Makefile.orig 2010-10-12 19:06:34.000000000 +0800
-+++ games/Makefile 2010-12-23 11:55:51.000000000 +0700
-@@ -7,7 +7,7 @@
- for f in *; do \
- if [ ! -d $$f ]; then continue; fi;\
- $(INSTALLD) $(GAMESPATH)/$$f; \
-- tar --exclude=".svn" -c -C $$f . | tar -x -C $(GAMESPATH)/$$f;\
-+ tar -cf - -C $$f . | tar -xpf - -C $(GAMESPATH)/$$f; \
- done
-
- uninstall: