aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-06-03 16:19:14 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-06-03 16:19:14 +0200
commit72d707f9b7c489fd53bfd2ca11d2fdd1041a8572 (patch)
treebf96fb45327b2f74c6d87427250abc95f9a8f037 /testing
parent0693cd94e453ec1bfb5b27c8fa229a9a40f41b69 (diff)
downloadaports-72d707f9b7c489fd53bfd2ca11d2fdd1041a8572.tar.bz2
aports-72d707f9b7c489fd53bfd2ca11d2fdd1041a8572.tar.xz
testing/py-google-apputils: fix incorrect module path in site-packages
This is my fault, sorry for that.
Diffstat (limited to 'testing')
-rw-r--r--testing/py-google-apputils/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-google-apputils/APKBUILD b/testing/py-google-apputils/APKBUILD
index 575a4a4c84..fef8209a8d 100644
--- a/testing/py-google-apputils/APKBUILD
+++ b/testing/py-google-apputils/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-google-apputils
_pkgname=${pkgname#py-}
pkgver=0.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="Google Application Utilities for Python"
url="https://github.com/google/google-apputils"
arch="noarch"
@@ -27,7 +27,7 @@ package() {
# The files under google_apputils.egg-info lack read permission for
# "other", which causes `python setup.py build` failures for packages
# using google-apputils.
- chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/$_pkgname-$pkgver-py2.7.egg-info/*
+ chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/google_apputils-$pkgver-py2.7.egg-info/*
}
md5sums="fb9fadf621dbecf28c8dabb5fe37ddb3 google-apputils-0.4.2.tar.gz"