SOURCES: snownews-FHS.patch - no strip on install, relative symlin...
qboosh
qboosh at pld-linux.org
Sat Dec 23 21:24:04 CET 2006
Author: qboosh Date: Sat Dec 23 20:24:04 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- no strip on install, relative symlink within the same dir
---- Files affected:
SOURCES:
snownews-FHS.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/snownews-FHS.patch
diff -u SOURCES/snownews-FHS.patch:1.3 SOURCES/snownews-FHS.patch:1.4
--- SOURCES/snownews-FHS.patch:1.3 Sat Dec 23 21:22:17 2006
+++ SOURCES/snownews-FHS.patch Sat Dec 23 21:23:58 2006
@@ -22,10 +22,10 @@
- $(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin
- if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \
- ln -sf $(DESTDIR)$(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \
-+ $(INSTALL) -s snownews $(DESTDIR)$(BINDIR)
++ $(INSTALL) snownews $(DESTDIR)$(BINDIR)
+ $(INSTALL) opml2snow $(DESTDIR)$(BINDIR)
+ if [ ! -f "$(DESTDIR)$(BINDIR)/snow2opml" ]; then \
-+ ln -sf $(BINDIR)/opml2snow $(DESTDIR)$(BINDIR)/snow2opml; \
++ ln -sf opml2snow $(DESTDIR)$(BINDIR)/snow2opml; \
fi;
- $(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin
+ $(INSTALL) snowsync $(DESTDIR)$(BINDIR)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/snownews-FHS.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list