summaryrefslogtreecommitdiff
path: root/games-board/freedoko/files/Fix_Cardset_Make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/freedoko/files/Fix_Cardset_Make.patch')
-rw-r--r--games-board/freedoko/files/Fix_Cardset_Make.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch
deleted file mode 100644
index 32bdc32885a..00000000000
--- a/games-board/freedoko/files/Fix_Cardset_Make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- data/cardsets/Makefile.orig
-+++ data/cardsets/Makefile
-@@ -12,8 +12,7 @@
- @# In order to add all cardsets to the release
- @# uncomment the following line, add a trailing backslash
- @# and remove the line after
-- @#for d in Altenburg xskat kdecarddecks pysol; do
-- for d in Altenburg; do \
-+ for d in Altenburg xskat kdecarddecks pysol; do \
- cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
- done
- endif