diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/yacpi/PKGBUILD | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/yacpi/PKGBUILD')
-rw-r--r-- | community/yacpi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yacpi/PKGBUILD b/community/yacpi/PKGBUILD index 23f2c152a..81721db51 100644 --- a/community/yacpi/PKGBUILD +++ b/community/yacpi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17725 2010-05-24 20:49:16Z spupykin $ +# $Id: PKGBUILD 65275 2012-02-20 12:45:31Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sebastian A. Liem <sebastian@liem.se> pkgname=yacpi pkgver=3.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="ncurses-based acpi monitor." arch=('i686' 'x86_64') url="http://www.ngolde.de/yacpi.html" @@ -15,7 +15,7 @@ md5sums=('1b03394ee3b916f686cdc3e2c05ddb7a') build() { cd $srcdir/$pkgname-$pkgver - make || return 1 + make install -d $pkgdir/usr/bin install -D -m 755 $pkgname $pkgdir/usr/bin/ } |