You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/freedoko/files/Fix_Cardset_Make.patch

13 lines
426 B

--- 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