From 76c64b4c995bd20d875f99d7ac79de2b6373d4c2 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 1 Sep 2000 21:35:49 +0000 Subject: [PATCH] no newline in version file; breaks some browsers --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4acbef9..9127b5e 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,7 @@ VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Ver # Update the web page. Not intended for use by anyone except the author. installhook: cp debian/changelog /home/pub/programs/alien/CHANGES - echo $(VERSION) > /home/pub/programs/alien/LATEST-VERSION-IS + echo -n $(VERSION) > /home/pub/programs/alien/LATEST-VERSION-IS rm /home/ftp/pub/code/alien/* || true cd /home/ftp/pub/code/alien; \ ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \