You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/gprolog/files/gprolog-1.5.0-links.patch

16 lines
498 B

--- gprolog-1.5.0.orig/src/Makefile.in 2021-07-07 16:06:16.000000000 -0000
+++ gprolog-1.5.0/src/Makefile.in 2021-07-10 11:30:29.130370996 -0000
@@ -84,10 +84,10 @@
# --- Links --- #
-install-links: uninstall-links
+install-links: install-system uninstall-links
if test $(LINKS_DIR) != none; then \
./mkinstalldirs $(LINKS_DIR); \
- (cd $(LINKS_DIR) ; $(LN_S) $(INSTALL_DIR)/bin/* .); \
+ (cd $(LINKS_DIR) ; $(LN_S) $(wildcard $(INSTALL_DIR)/bin/*) .); \
fi
uninstall-links: