summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2015-11-06 11:06:40 -0600
committerTroy Engel2015-11-06 11:06:40 -0600
commitc0978f796aec354ef841fd2a7b87b0effc6f5c83 (patch)
tree547405d89c025efa9a16f977642969b7a8d7ddb4
parent0d004aed7b0e381ce5e7941b974c892f37488da1 (diff)
downloadaur-c0978f796aec354ef841fd2a7b87b0effc6f5c83.tar.gz
0.9.85-2: set a chmod 0755 on man dirs, thanks Google
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee3e670a632a..ea8f812a2e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-cloud-sdk
pkgdesc = Contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform
pkgver = 0.9.85
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/sdk/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cb14a7e4b996..5f572933e36b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname="google-cloud-sdk"
pkgver=0.9.85
-pkgrel=1
+pkgrel=2
pkgdesc="Contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform"
url="https://cloud.google.com/sdk/"
license=("Apache")
@@ -76,6 +76,8 @@ package() {
msg2 "Installing man pages"
mkdir -p "$pkgdir/usr/share"
mv -f "$pkgdir/opt/$pkgname/help/man" "$pkgdir/usr/share/"
+ chmod 0755 "$pkgdir/usr/share/man"
+ chmod 0755 "$pkgdir/usr/share/man/man1"
msg2 "Creating symlinks for binaries"
mkdir -p "$pkgdir/usr/bin"