wok diff acpid/receipt @ rev 9804

usbutils: fix build by using latest version from kernel.org
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 19:44:44 2011 +0200 (2011-05-14)
parents a1644dbcf632
children e20765e81e23
line diff
     1.1 --- a/acpid/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/acpid/receipt	Sat May 14 19:44:44 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