diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-03-07 17:04:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-03-07 17:04:22 (GMT) |
commit | aeaf5d3c1dfefb966ba5eed88a4b699233100586 (patch) | |
tree | 2d192ec2c0f73aeb35aa800a5aba70567fdd4915 /abs | |
parent | d383e18985ab0d72bb9a5e046775a64f54920ba5 (diff) | |
download | linhes_pkgbuild-aeaf5d3c1dfefb966ba5eed88a4b699233100586.zip linhes_pkgbuild-aeaf5d3c1dfefb966ba5eed88a4b699233100586.tar.gz linhes_pkgbuild-aeaf5d3c1dfefb966ba5eed88a4b699233100586.tar.bz2 |
pm-utils: update binary path. refs #961
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/pm-utils/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/pm-utils/PKGBUILD b/abs/core/pm-utils/PKGBUILD index 9f861a5..b59f4d6 100644 --- a/abs/core/pm-utils/PKGBUILD +++ b/abs/core/pm-utils/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 159434 2012-05-24 09:48:16Z bluewind $ +# $Id$ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Thayer Williams <thayer@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=pm-utils pkgver=1.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="Utilities and scripts for suspend and hibernate power management" arch=('i686' 'x86_64') url="http://pm-utils.freedesktop.org" @@ -31,6 +31,7 @@ build() { patch -Np1 -i "${srcdir}/14-disable-sata-alpm.patch" ./configure --prefix=/usr \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --localstatedir=/var make } |