wok rev 18697

Fix pilot-link(-dev) packaging
author Lucas Levrel <llevrel@yahoo.fr>
date Mon Dec 14 09:55:05 2015 +0100 (2015-12-14)
parents df94d1ef231c
children 32c20d829d74
files pilot-link-dev/receipt pilot-link/receipt
line diff
     1.1 --- a/pilot-link-dev/receipt	Sun Dec 13 23:12:27 2015 +0100
     1.2 +++ b/pilot-link-dev/receipt	Mon Dec 14 09:55:05 2015 +0100
     1.3 @@ -9,10 +9,12 @@
     1.4  WANTED="pilot-link"
     1.5  WEB_SITE="http://www.pilot-link.org/"
     1.6  
     1.7 +DEPENDS="pilot-link"
     1.8 +
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr/share
    1.13 -	cp -a $install/usr/include $install/usr/lib $fs/usr
    1.14 +	cp -a $install/usr/include $fs/usr
    1.15  	cp -a $install/usr/share/aclocal $fs/usr/share
    1.16  }
     2.1 --- a/pilot-link/receipt	Sun Dec 13 23:12:27 2015 +0100
     2.2 +++ b/pilot-link/receipt	Mon Dec 14 09:55:05 2015 +0100
     2.3 @@ -25,5 +25,5 @@
     2.4  genpkg_rules()
     2.5  {
     2.6  	cp -a $install/* $fs
     2.7 -	rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal
     2.8 +	rm -r $fs/usr/include $fs/usr/share/aclocal
     2.9  }