wok-next diff libnftnl/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 9a17d981d0f7
children 5841522533ec
line diff
     1.1 --- a/libnftnl/receipt	Thu Jun 08 00:20:23 2017 +0300
     1.2 +++ b/libnftnl/receipt	Mon Mar 12 10:46:52 2018 +0100
     1.3 @@ -15,15 +15,11 @@
     1.4  BUILD_DEPENDS="libmnl-dev"
     1.5  SPLIT="libnftnl-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS && make && make install
    1.12  }
    1.13  
    1.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 -genpkg_rules()
    1.16 -{
    1.17 +genpkg_rules() {
    1.18  	case $PACKAGE in
    1.19  		libnftnl)
    1.20  			copy @std