summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-08 18:41:58 +0200
committerDaniel Peukert2020-05-08 18:41:58 +0200
commit8eced11488dc018a69362ba9bbe4801e517ee6d9 (patch)
treeaf656e962f44a6a6f33902f4ba0c1235ea837961 /PKGBUILD
parent60378eb0a2a41649b2721f9eda0e1e2c15b96efc (diff)
downloadaur-8eced11488dc018a69362ba9bbe4801e517ee6d9.tar.gz
Fixed mongodb-compass-bin build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab1d0741ce03..adeea32f5437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _edition=' Isolated Edition'
pkgname="$_pkgname-bin"
_pkgver='1.21.1'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Isolated Edition - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
@@ -24,7 +24,7 @@ package() {
cd "$srcdir/"
install -dm755 "$pkgdir/opt/"
- cp -r --no-preserve=ownership --preserve=mode "usr/share/$_pkgname/" "$pkgdir/opt/$_pkgname/"
+ cp -r --no-preserve=ownership --preserve=mode "usr/lib/$_pkgname/" "$pkgdir/opt/$_pkgname/"
install -dm755 "$pkgdir/usr/bin/"
ln -sf "/opt/$_pkgname/MongoDB Compass$_edition" "$pkgdir/usr/bin/$_pkgname"