diff options
author | root <root@rshg054.dnsready.net> | 2012-04-22 00:02:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-22 00:02:56 +0000 |
commit | af1e6c210b43ea6b8e043524edccb1d0befd257f (patch) | |
tree | 39338a1d60483354554ee34df2afa262f8f201c0 /community/gammu | |
parent | 905dec08e7144fe77aad1161778a6c3b74ff305c (diff) |
Sun Apr 22 00:02:56 UTC 2012
Diffstat (limited to 'community/gammu')
-rw-r--r-- | community/gammu/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index 6fcfeab68..bb3f8b660 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 61481 2012-01-01 10:15:29Z schiv $ +# $Id: PKGBUILD 69642 2012-04-20 22:20:38Z tdziedzic $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=gammu pkgver=1.31.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNU All Mobile Management Utilities" arch=('i686' 'x86_64') url="http://wammu.eu/" @@ -21,7 +21,11 @@ md5sums=('9b1ff5d84730f025802b961ab9f26717') build() { cd "$srcdir/$pkgname-$pkgver" + # bash completion dir change + sed -e 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' -i contrib/CMakeLists.txt + cmake . -DCMAKE_INSTALL_PREFIX="/usr" + make } |