summaryrefslogtreecommitdiff
path: root/extra/source-highlight/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /extra/source-highlight/PKGBUILD
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
Diffstat (limited to 'extra/source-highlight/PKGBUILD')
-rw-r--r--extra/source-highlight/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD
index 81462e925..498bbeaf6 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 <giovanni@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=source-highlight
pkgver=3.1.7
-pkgrel=3
+pkgrel=4
pkgdesc="Convert source code to syntax highlighted document"
arch=('i686' 'x86_64' 'mips64el')
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
}