mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
- updates
- updated all installhooks for new kite directory layout
This commit is contained in:
11
debian/rules
vendored
11
debian/rules
vendored
@@ -40,13 +40,12 @@ binary-indep: build
|
|||||||
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
|
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
|
||||||
|
|
||||||
# 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.
|
||||||
|
DIR=/home/web/kitenet.net/programs/alien
|
||||||
installhook:
|
installhook:
|
||||||
cp debian/changelog /home/pub/programs/alien/CHANGES
|
cp debian/changelog $(DIR)/CHANGES
|
||||||
echo -n $(VERSION) > /home/pub/programs/alien/LATEST-VERSION-IS
|
echo -n $(VERSION) > $(DIR)/LATEST-VERSION-IS
|
||||||
rm /home/ftp/pub/code/alien/* || true
|
rm -f $(DIR)/*.tar.gz
|
||||||
cd /home/ftp/pub/code/alien; \
|
ln -sf /home/joey/debian/unstable/alien_$(VERSION).tar.gz
|
||||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \
|
|
||||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien.tar.gz
|
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary
|
.PHONY: build clean binary-indep binary-arch binary
|
||||||
|
|||||||
Reference in New Issue
Block a user