aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Williamson2017-03-19 10:28:36 -0400
committerMike Williamson2017-03-19 10:28:36 -0400
commit8d1a2b666268d014562193a7531a533c21034351 (patch)
tree511f04c6befe703d4af7db1bdbfe9facb2942a59
parentf7fd8f3260681f8fb0aef2f815c8306e86c94d51 (diff)
downloadaur-8d1a2b666268d014562193a7531a533c21034351.tar.gz
install Arango license file
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9f57cf72632..e4af9cc9fde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,7 @@ package() {
cp -R $srcdir/ArangoDB-$pkgver/Documentation/man/* $pkgdir/usr/share/man
install -Dm644 arangodb-tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/arangodb.conf
+ install -D -m644 $srcdir/ArangoDB-$pkgver/LICENSE "${pkgdir}/usr/share/licenses/arangodb3/LICENSE"
msg2 "Preparing systemd service."
mkdir -p $pkgdir/usr/lib/systemd/system