no newline in version file; breaks some browsers

This commit is contained in:
joey
2000-09-01 21:35:49 +00:00
parent a97a80e9ff
commit 76c64b4c99

2
debian/rules vendored
View File

@@ -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. # Update the web page. Not intended for use by anyone except the author.
installhook: installhook:
cp debian/changelog /home/pub/programs/alien/CHANGES 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 rm /home/ftp/pub/code/alien/* || true
cd /home/ftp/pub/code/alien; \ cd /home/ftp/pub/code/alien; \
ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \ ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \