]> git.pld-linux.org Git - packages/slrn.git/blame - no-strip.patch
- rediff patches
[packages/slrn.git] / no-strip.patch
CommitLineData
33957255
JR
1--- slrn-1.0.3/src/Makefile.in~ 2016-10-24 00:34:16.000000000 +0200
2+++ slrn-1.0.3/src/Makefile.in 2021-10-03 23:08:14.731387624 +0200
3@@ -207,8 +207,8 @@
4 installlocales:
5 -cd ../po; $(MAKE) DESTDIR=$(DESTDIR) LOCALEDIR=$(LOCALEDIR) install
6 installbin:
7- $(INSTALL) -m 755 -s $(OBJDIR)/slrn $(DEST_BINDIR)
8- -$(INSTALL) -m 755 -s $(OBJDIR)/slrnpull $(DEST_BINDIR)
9+ $(INSTALL) -m 755 $(OBJDIR)/slrn $(DEST_BINDIR)
10+ -$(INSTALL) -m 755 $(OBJDIR)/slrnpull $(DEST_BINDIR)
11 install: all installdirs installbin installdocs installslang installlocales
12
13 # The symlinks target is for my own private use. It simply creates the object
This page took 0.051476 seconds and 4 git commands to generate.