diff options
Diffstat (limited to 'games/monkeybubble/files/patch-data_Makefile.in')
-rw-r--r-- | games/monkeybubble/files/patch-data_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/monkeybubble/files/patch-data_Makefile.in b/games/monkeybubble/files/patch-data_Makefile.in deleted file mode 100644 index 4de888b5b..000000000 --- a/games/monkeybubble/files/patch-data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |