Blob Blame History Raw
--- snownews-1.5.7/Makefile.orig	2005-07-29 10:09:33.000000000 -0400
+++ snownews-1.5.7/Makefile	2005-07-29 10:27:07.000000000 -0400
@@ -62,7 +62,7 @@
 	$(INSTALL) -s snownews $(DESTDIR)$(PREFIX)/bin
 	$(INSTALL) opml2snow $(DESTDIR)$(PREFIX)/bin
 	if [ ! -f "$(DESTDIR)$(PREFIX)/bin/snow2opml" ]; then \
-		ln -sf $(DESTDIR)$(PREFIX)/bin/opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \
+		ln -sf opml2snow $(DESTDIR)$(PREFIX)/bin/snow2opml; \
 	fi;
 	$(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin