]> git.pld-linux.org Git - packages/slrn.git/blobdiff - no-strip.patch
- rediff patches
[packages/slrn.git] / no-strip.patch
diff --git a/no-strip.patch b/no-strip.patch
new file mode 100644 (file)
index 0000000..2078932
--- /dev/null
@@ -0,0 +1,13 @@
+--- slrn-1.0.3/src/Makefile.in~        2016-10-24 00:34:16.000000000 +0200
++++ slrn-1.0.3/src/Makefile.in 2021-10-03 23:08:14.731387624 +0200
+@@ -207,8 +207,8 @@
+ installlocales:
+       -cd ../po; $(MAKE) DESTDIR=$(DESTDIR) LOCALEDIR=$(LOCALEDIR) install 
+ installbin:
+-      $(INSTALL) -m 755 -s $(OBJDIR)/slrn $(DEST_BINDIR)
+-      -$(INSTALL) -m 755 -s $(OBJDIR)/slrnpull $(DEST_BINDIR)
++      $(INSTALL) -m 755 $(OBJDIR)/slrn $(DEST_BINDIR)
++      -$(INSTALL) -m 755 $(OBJDIR)/slrnpull $(DEST_BINDIR)
+ install: all installdirs installbin installdocs installslang installlocales
+ # The symlinks target is for my own private use.  It simply creates the object
This page took 0.074272 seconds and 4 git commands to generate.