gentoo-ebuilds/games-misc/cowsay/files/cowsay-3.8.4-makefile.patch
Cristian Othón Martínez Vera 2b40948c38
games-misc/cowsay: add 3.8.4
Closes: https://bugs.gentoo.org/932275
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
Part-of: https://github.com/gentoo/gentoo/pull/43322
Closes: https://github.com/gentoo/gentoo/pull/43322
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-03 05:56:34 +01:00

13 lines
331 B
Diff

Global cowpath.d directory install is botched.
Fixed in src_install()
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,6 @@
.PHONY: install
install:
- $(INSTALL_DIR) $(DESTDIR)$(cowpathdir)
$(INSTALL_DIR) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) bin/cowsay $(DESTDIR)$(bindir)/cowsay
$(LN_S) cowsay $(DESTDIR)$(bindir)/cowthink