wok-next diff bird/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | b156aee559a7 |
children | 21ab7a6eb192 |
line diff
1.1 --- a/bird/receipt Tue Jun 12 00:53:16 2018 +0300 1.2 +++ b/bird/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Internet routing daemon" 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://bird.network.cz" 1.8 +WEB_SITE="https://bird.network.cz/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL" 1.12 @@ -16,7 +16,7 @@ 1.13 compile_rules() { 1.14 ./configure $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make DESTDIR=$install install 1.18 } 1.19 1.20 genpkg_rules() {