wok diff connman-dev/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents 85df37098f42
children 612ec59c00f3
line diff
     1.1 --- a/connman-dev/receipt	Tue Apr 23 06:56:23 2013 +0200
     1.2 +++ b/connman-dev/receipt	Thu Sep 26 13:12:43 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Daemon for managing internet connections, dev files."
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://connman.net/"
     1.9  WANTED="connman"
    1.10  
    1.11 @@ -15,9 +16,9 @@
    1.12  {
    1.13  	# vpn
    1.14  	mkdir -p $fs/usr/lib/connman/plugins-vpn
    1.15 -	cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn
    1.16 +	cp -a $install/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn
    1.17  	# include
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20  	# pkg-config
    1.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23  }