summaryrefslogtreecommitdiff
path: root/community/ldc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
committerroot <root@rshg054.dnsready.net>2012-03-23 00:01:14 +0000
commit1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (patch)
treed786dcc22bc7f01d7629eb8a07415d2a904fc015 /community/ldc
parent39e662ccfbe62ae77d458159d192816171a22f43 (diff)
Fri Mar 23 00:01:14 UTC 2012
Diffstat (limited to 'community/ldc')
-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
}