summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/monkeybubble/files')
-rw-r--r--games/monkeybubble/files/patch-data_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in
new file mode 100644
index 000000000..4de888b5b
--- /dev/null
+++ b/games/monkeybubble/files/patch-data_Makefile.in
@@ -0,0 +1,11 @@
+--- data/Makefile.in.orig Thu Jan 1 20:37:25 2004
++++ data/Makefile.in Thu Jan 1 20:37:35 2004
+@@ -323,7 +323,7 @@
+
+ install-data-local:
+ if test -z "$(DESTDIR)" ; then \
+- for p in $(schema_DATA) ; do \
++ for p in $(schemas_DATA) ; do \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
+ done \
+ fi