Update to 1.0.2 OBS-URL: https://build.opensuse.org/request/show/282511 OBS-URL: https://build.opensuse.org/package/show/server:mail/slrn?expand=0&rev=20
16 lines
680 B
Diff
16 lines
680 B
Diff
Index: slrn-1.0.2/src/Makefile.in
|
|
===================================================================
|
|
--- slrn-1.0.2.orig/src/Makefile.in
|
|
+++ slrn-1.0.2/src/Makefile.in
|
|
@@ -207,8 +207,8 @@ installslang:
|
|
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
|