diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-19 16:04:26 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-19 16:04:26 (GMT) |
commit | 31352df953653df1b5d6f193c3ed192536467b31 (patch) | |
tree | aa279cfd8d32ab1b6e11d45a7c0964705f222338 /abs/core-testing/acpid/PKGBUILD | |
parent | a6c74e9e0b37d26ba7525d62602b812f7a6db61a (diff) | |
download | linhes_pkgbuild-31352df953653df1b5d6f193c3ed192536467b31.zip linhes_pkgbuild-31352df953653df1b5d6f193c3ed192536467b31.tar.gz linhes_pkgbuild-31352df953653df1b5d6f193c3ed192536467b31.tar.bz2 |
Change handler.sh to call the runit-shutdown scripts directly.
Previously it was failing because of a path issue.
Diffstat (limited to 'abs/core-testing/acpid/PKGBUILD')
-rw-r--r-- | abs/core-testing/acpid/PKGBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/core-testing/acpid/PKGBUILD b/abs/core-testing/acpid/PKGBUILD index 4fbbdf2..5b9d033 100644 --- a/abs/core-testing/acpid/PKGBUILD +++ b/abs/core-testing/acpid/PKGBUILD @@ -5,7 +5,7 @@ pkgname=acpid pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="A daemon for delivering ACPI power management events" url="http://acpid.sourceforge.net" license=('GPL2') @@ -16,10 +16,6 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t anything handler.sh) backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything') -md5sums=('1d9c52fe2c0b51f8463f357c2a3d3ddb' - '15903690f1bae4b3b0625b369de65521' - '2d37b98d6e74bab815604b8b48c6cfd4' - '0e8dd13793b1baa79a745f4034888367') build() { cd $srcdir/$pkgname-$pkgver |