summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-09-09 10:51:16 +0200
committerMassimiliano Torromeo2019-09-09 10:51:16 +0200
commit2e9ef8398eb55f81b2fbe13aaa1bc5c9b4716a23 (patch)
tree1ea0f087d9d00e732a01c079b4b03a9723e2fbb4 /PKGBUILD
parent20592cd5f76cabf37b567df05814288b437c84e6 (diff)
downloadaur-2e9ef8398eb55f81b2fbe13aaa1bc5c9b4716a23.tar.gz
Fixed so file permissions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 551dd96360f8..e7e575651678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dropbox
pkgver=80.4.126
-pkgrel=1
+pkgrel=2
pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily."
arch=("i686" "x86_64")
url="https://www.dropbox.com"
@@ -54,6 +54,7 @@ package() {
install -d "$pkgdir"/opt
cp -dr --no-preserve=ownership "$srcdir"/.dropbox-dist/dropbox-lnx.$_source_arch-$pkgver "$pkgdir"/opt/dropbox
+ chmod 755 "$pkgdir"/opt/dropbox/*.so
install -d "$pkgdir"/usr/bin
ln -s ../../opt/dropbox/dropbox "$pkgdir"/usr/bin/dropbox