wok-current rev 9799
acpid: fix path to source
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 14 13:51:47 2011 +0200 (2011-05-14) |
parents | d80bd5a6908c |
children | 18c3ea31d8f0 |
files | acpid/receipt |
line diff
1.1 --- a/acpid/receipt Sat May 14 13:48:00 2011 +0200 1.2 +++ b/acpid/receipt Sat May 14 13:51:47 2011 +0200 1.3 @@ -5,8 +5,6 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The ACPI event daemon" 1.6 MAINTAINER="domcox@users.sourceforge.net" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://acpid.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -50,8 +48,8 @@ 1.13 cp -a $stuff/init.d $fs/etc/ 1.14 cp -a $stuff/acpi $fs/etc/ 1.15 # acpi_fakekey 1.16 - cp -a acpi_fakekey $fs/usr/bin 1.17 - cp -a $KEY_FILE $fs/etc/acpi/ 1.18 + cp -a $src/acpi_fakekey $fs/usr/bin 1.19 + cp -a $src/$KEY_FILE $fs/etc/acpi/ 1.20 } 1.21 1.22 # Pre and post remove commands for Tazpkg