wok diff ofono-dev/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 9eebdd11a143
children 1c4633c79149
line diff
     1.1 --- a/ofono-dev/receipt	Sat Nov 02 20:37:28 2013 +0100
     1.2 +++ b/ofono-dev/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Stack for mobile telephony (GSM/UMTS) - dev files"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="ofono"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12  {
    1.13  	mkdir -p $fs/usr
    1.14 -	cp -a $_pkg/usr/include $fs/usr
    1.15 +	cp -a $install/usr/include $fs/usr
    1.16  }