summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2018-08-07 14:30:41 +0200
committerDaveB2018-08-07 14:30:41 +0200
commit3808fba36fc237cbc0689cb2e5b61d35cda601d4 (patch)
tree23f734c7ce01c91f709e2cb4438e5528fa31e346
parente0bde02eec21e663b2a3a3e35f0b2541aaa31829 (diff)
downloadaur-3808fba36fc237cbc0689cb2e5b61d35cda601d4.tar.gz
Cleared up permissions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--[-rwxr-xr-x]memsource0
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04210dd1e5c1..ce1a1fa6304f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 11:48:32 UTC 2018
+# Tue Aug 7 12:30:41 UTC 2018
pkgbase = memsource-editor
pkgdesc = A CAT translation tool, requires Memsource subscription
pkgver = 6.216.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.memsource.com/
install = memsource-editor.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9c4b5ed8def2..7f436835c785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=memsource-editor
_pkg=MemsourceEditor
_platform=ubuntu-14.04
pkgver=6.216.3
-pkgrel=1
+pkgrel=2
pkgdesc="A CAT translation tool, requires Memsource subscription"
arch=('x86_64')
license=('custom')
@@ -69,6 +69,11 @@ package() {
"${srcdir}/build/memsource-editor/MemsourceEditor.desktop"
cp -a ${srcdir}/build/memsource-editor ${pkgdir}/opt
+
+ find ${pkgdir}/opt -type d | while read _item; do chmod 755 "$_item"; done
+ find ${pkgdir}/opt -type f | while read _item; do chmod 644 "$_item"; done
+ chmod +x ${pkgdir}/opt/memsource-editor/TranslationEditor
+ chmod +x ${pkgdir}/opt/memsource-editor/run.sh
for sz in 16 24 32 36 48 64 96 128 192 256; do
install -d ${pkgdir}/usr/share/icons/hicolor/${sz}x${sz}/apps
diff --git a/memsource b/memsource
index c7a63153a301..c7a63153a301 100755..100644
--- a/memsource
+++ b/memsource