wok diff acpid/receipt @ rev 18424
rtaudio: rece condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 21 11:30:33 2015 +0200 (2015-09-21) |
parents | 710feacb8b20 |
children | d5f9f516b706 |
line diff
1.1 --- a/acpid/receipt Thu May 24 21:29:12 2012 +0000 1.2 +++ b/acpid/receipt Mon Sep 21 11:30:33 2015 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The ACPI event daemon with netlink" 1.6 MAINTAINER="domcox@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WEB_SITE="http://tedfelix.com/linux/acpid-netlink.html" 1.10 WGET_URL="http://www.tedfelix.com/linux/$TARBALL" 1.11 @@ -27,9 +28,9 @@ 1.12 { 1.13 mkdir -p $fs/usr 1.14 # acpid 1.15 - cp -a $_pkg/usr/sbin $fs/usr 1.16 + cp -a $install/usr/sbin $fs/usr 1.17 # acpi_listen 1.18 - cp -a $_pkg/usr/bin $fs/usr 1.19 + cp -a $install/usr/bin $fs/usr 1.20 # acpid conf files 1.21 mkdir -p $fs/etc 1.22 cp -a $stuff/init.d $fs/etc/