wok diff acpid/receipt @ rev 11135

Up: xorg-xprop to 1.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:57:51 2011 +0000 (2011-10-26)
parents a1644dbcf632
children e20765e81e23
line diff
     1.1 --- a/acpid/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/acpid/receipt	Wed Oct 26 20:57:51 2011 +0000
     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