From 35c30674b2b901077a809a6f1d8e5a0115098c8b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Jun 2012 00:01:48 +0000 Subject: Thu Jun 14 00:01:48 UTC 2012 --- extra/dconf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/dconf') diff --git a/extra/dconf/PKGBUILD b/extra/dconf/PKGBUILD index 62cddc3ea..8b4743dc0 100644 --- a/extra/dconf/PKGBUILD +++ b/extra/dconf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 158084 2012-05-02 16:51:02Z ibiru $ +# $Id: PKGBUILD 161615 2012-06-12 13:50:01Z heftig $ # Maintainer: Ionut Biru pkgname=dconf pkgver=0.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="A low-level configuration system." arch=(i686 x86_64) url="http://live.gnome.org/dconf" @@ -25,7 +25,7 @@ build() { package() { cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf