From 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 May 2013 01:14:48 -0700 Subject: Wed May 15 01:14:48 PDT 2013 --- community/gnokii/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/gnokii/PKGBUILD') diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD index 98bdd0b23..0c0a051ed 100644 --- a/community/gnokii/PKGBUILD +++ b/community/gnokii/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90761 2013-05-13 18:04:36Z heftig $ +# $Id: PKGBUILD 90848 2013-05-14 21:40:33Z andrea $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Roman Kyrylych @@ -6,7 +6,7 @@ pkgname=gnokii pkgver=0.6.31 -pkgrel=3 +pkgrel=4 pkgdesc="Tools and user space driver for use with mobile phones" arch=('i686' 'x86_64') url="http://www.gnokii.org/" @@ -24,7 +24,7 @@ md5sums=('d9627f4a1152d3ea7806df4532850d5f' 'fd1c448114c2e0de8e05981030f0e69f') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} # FS#13249 sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in @@ -33,13 +33,14 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ + --sbindir=/usr/bin \ --enable-security \ --disable-unix98test make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc" -- cgit v1.2.3-54-g00ecf