wok-next diff matio/receipt @ rev 21383
updated nbd again (3.3 -> 3.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 17:34:38 2020 +0100 (2020-04-16) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/matio/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/matio/receipt Thu Apr 16 17:34:38 2020 +0100 1.3 @@ -11,13 +11,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -SPLIT="matio-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 compile_rules() { 1.11 ./configure $CONFIGURE_ARGS && 1.12 fix libtool && 1.13 make && 1.14 - make DESTDIR=$DESTDIR install 1.15 + make DESTDIR=$install install 1.16 } 1.17 1.18 genpkg_rules() {