summaryrefslogtreecommitdiff
path: root/community/ldc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ldc/PKGBUILD')
-rw-r--r--community/ldc/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD
index c9d36d11b..3e29ab293 100644
--- a/community/ldc/PKGBUILD
+++ b/community/ldc/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 64554 2012-02-16 06:56:40Z svenstaro $
+# $Id: PKGBUILD 68277 2012-03-21 07:36:10Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ldc
-pkgver=20120216
+pkgver=20120321
pkgrel=1
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
arch=('i686' 'x86_64')
@@ -48,5 +48,8 @@ package() {
make DESTDIR=$pkgdir install
cd ..
+ mkdir -p $pkgdir/usr/share/bash-completion/
+ mv $pkgdir/etc/bash_completion.d $pkgdir/usr/share/bash-completion/completions
+
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}