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/app-text/winefish/files/winefish-1.3.3-nostrip.patch

12 lines
384 B

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -37,7 +37,7 @@ LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
INSTALL_DIR = $(INSTALL) -d -m 755
-INSTALL_PROGRAM = $(INSTALL) -s -m 755
+INSTALL_PROGRAM = $(INSTALL) -m 755
DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
-DLOCALE_ALIAS_PATH=\"$(aliaspath)\" -DPKGDATADIR=\"$(pkgdatadir)\" @DEFS@