diff options
author | Matt Dainty <matt+alpine@bodgit-n-scarper.com> | 2016-03-24 16:33:22 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-25 12:06:30 +0000 |
commit | e4bcb0bffd74aba1aa5c9378d2cf13495f359b1e (patch) | |
tree | adb742079a8ecebfd6b88b277f5037d5a3c023d9 /main/py-httplib2 | |
parent | 42d9e69854fd28118823101411532215e787b826 (diff) | |
download | aports-e4bcb0bffd74aba1aa5c9378d2cf13495f359b1e.tar.bz2 aports-e4bcb0bffd74aba1aa5c9378d2cf13495f359b1e.tar.xz |
main/py-httplib2: add chmod to egg info
Diffstat (limited to 'main/py-httplib2')
-rw-r--r-- | main/py-httplib2/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-httplib2/APKBUILD b/main/py-httplib2/APKBUILD index 8e414c7d77..8cb5c73c9c 100644 --- a/main/py-httplib2/APKBUILD +++ b/main/py-httplib2/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-httplib2 _pkgname=httplib2 pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Python HTTP client library" url="https://github.com/jcgregorio/httplib2" arch="noarch" @@ -19,6 +19,7 @@ _builddir="$srcdir"/$_pkgname-$pkgver prepare() { local i cd "$_builddir" + chmod 644 python2/${_pkgname}.egg-info/* for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |