mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
no newline in version file; breaks some browsers
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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; \
|
||||||
|
|||||||
Reference in New Issue
Block a user