From e363875b14479aa4c6ff12f3e4e7ed920df4e45f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Feb 2013 01:12:14 -0800 Subject: Sun Feb 3 01:12:00 PST 2013 --- extra/source-highlight/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/source-highlight/PKGBUILD') diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD index 7fbec024c..6251d9f30 100644 --- a/extra/source-highlight/PKGBUILD +++ b/extra/source-highlight/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 176295 2013-01-28 16:48:28Z stephane $ +# $Id: PKGBUILD 176932 2013-02-02 19:24:03Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Douglas Soares de Andrade pkgname=source-highlight pkgver=3.1.7 -pkgrel=3 +pkgrel=4 pkgdesc="Convert source code to syntax highlighted document" arch=('i686' 'x86_64') url="http://www.gnu.org/software/src-highlite/" @@ -21,12 +21,12 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-bash-completion="${pkgdir}/usr/share/bash-completion/completions" + --with-bash-completion=/usr/share/bash-completion/completions make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make prefix="${pkgdir}/usr" install + make prefix="${pkgdir}/usr" bash_completiondir="${pkgdir}/usr/share/bash-completion/completions" install } -- cgit v1.2.3-54-g00ecf