wok diff rfkill/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 09a5a7538ed7
children fa39e0a3612e
line diff
     1.1 --- a/rfkill/receipt	Thu Mar 17 20:04:48 2011 +0000
     1.2 +++ b/rfkill/receipt	Sat Dec 21 08:40:56 2013 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utility to query the state of the rfkill switches"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://linuxwireless.org/en/users/Documentation/rfkill"
    1.10  WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL"
    1.11 @@ -18,12 +19,12 @@
    1.12  	sed -i 's/-m 755 -t/-m 755 rfkill/' Makefile
    1.13  	sed -i 's/man8\/ rfkill\.8\.gz/man8\//' Makefile
    1.14  	sed -i 's/-m 644 -t/-m 644 rfkill.8.gz/' Makefile
    1.15 -	make && make DESTDIR=$PWD/_pkg install
    1.16 +	make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $_pkg/usr/sbin $fs/usr
    1.24 +	cp -a $install/usr/sbin $fs/usr
    1.25  }