diff options
Diffstat (limited to 'games-board/freedoko/files/Fix_Cardset_Make.patch')
-rw-r--r-- | games-board/freedoko/files/Fix_Cardset_Make.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch new file mode 100644 index 000000000000..0f1ddc6bff83 --- /dev/null +++ b/games-board/freedoko/files/Fix_Cardset_Make.patch @@ -0,0 +1,12 @@ +--- data/cardsets/Makefile.orig 2006-07-27 10:21:57.000000000 +0200 ++++ data/cardsets/Makefile 2006-07-28 17:30:58.776317496 +0200 +@@ -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 |