aboutsummaryrefslogtreecommitdiffstats
path: root/testing/moon-buggy/skip-install-data-hook.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/moon-buggy/skip-install-data-hook.patch')
-rw-r--r--testing/moon-buggy/skip-install-data-hook.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/moon-buggy/skip-install-data-hook.patch b/testing/moon-buggy/skip-install-data-hook.patch
new file mode 100644
index 00000000000..53e60a47f53
--- /dev/null
+++ b/testing/moon-buggy/skip-install-data-hook.patch
@@ -0,0 +1,14 @@
+Don't run install-data-hook since it just installs user-specific
+data to the user's home directory, i.e. the `abuild` user.
+Program is fully functional without it.
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -747,7 +747,6 @@
+
+ install-data-am: install-data-local install-info-am install-man
+ @$(NORMAL_INSTALL)
+- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+
+ install-exec-am: install-binPROGRAMS
+ @$(NORMAL_INSTALL)