wok-next diff spl/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 | 10df65db91ad |
children | d457c4e37c1b |
line diff
1.1 --- a/spl/receipt Thu Apr 19 13:15:41 2018 +0300 1.2 +++ b/spl/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -13,7 +13,7 @@ 1.4 WGET_URL="https://github.com/zfsonlinux/zfs/releases/download/zfs-$VERSION/$TARBALL" 1.5 1.6 BUILD_DEPENDS="linux-module-headers xz" 1.7 -SPLIT="spl-src spl" 1.8 +SPLIT="$PACKAGE-src $PACKAGE" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -21,7 +21,7 @@ 1.13 $CONFIGURE_ARGS && 1.14 fix libtool && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make DESTDIR=$install install 1.18 } 1.19 1.20 genpkg_rules() {