wok-next diff sctp-tools/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 9e5dca6702bf
children
line diff
     1.1 --- a/sctp-tools/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/sctp-tools/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -11,12 +11,12 @@
     1.4  TARBALL="lksctp-tools-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/lksctp/$TARBALL"
     1.6  
     1.7 -SPLIT="libsctp sctp-tools libsctp-dev"
     1.8 +SPLIT="libsctp $PACKAGE libsctp-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12  	make &&
    1.13 -	make DESTDIR=$DESTDIR install
    1.14 +	make DESTDIR=$install install
    1.15  }
    1.16  
    1.17  genpkg_rules() {