wok-current diff acpid/receipt @ rev 18522
xchm: typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 26 11:47:37 2015 +0200 (2015-10-26) |
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 Oct 26 11:47:37 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/