mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +00:00
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>
13 lines
331 B
Diff
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
|