1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/moon-buggy/skip-install-data-hook.patch
Miles Alan 87a3d12efd testing/moon-buggy: new aport
Simple character graphics game where you drive some kind of car across the moon's surface
https://www.seehuhn.de/pages/moon-buggy.html
2021-10-07 04:09:33 +02:00

14 lines
414 B
Diff

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)