wok-next diff vzctl/receipt @ rev 21196
updated scrollz again (2.2.3 -> 2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 16:09:40 2019 +0100 (2019-10-03) |
parents | 8e1b2a143eb3 |
children |
line diff
1.1 --- a/vzctl/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/vzctl/receipt Thu Oct 03 16:09:40 2019 +0100 1.3 @@ -4,12 +4,12 @@ 1.4 VERSION="3.0.25.1" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="OpenVZ containers control utility" 1.7 -MAINTAINER="erjo@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="https://openvz.livejournal.com/" 1.11 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 -WGET_URL="http://download.openvz.org/utils/${PACKAGE}/${VERSION}/src/${TARBALL}" 1.14 +WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL" 1.15 1.16 BUILD_DEPENDS="sed" 1.17 1.18 @@ -20,8 +20,8 @@ 1.19 $CONFIGURE_ARGS && 1.20 fix libtool && 1.21 make && 1.22 - make DESTDIR=$DESTDIR install && 1.23 - make DESTDIR=$DESTDIR install-slitaz 1.24 + make DESTDIR=$install install && 1.25 + make DESTDIR=$install install-slitaz 1.26 } 1.27 1.28 genpkg_rules() {