summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb
index 7b3c7d8..0981c27 100644
--- a/meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-happybase_1.1.0.bb
@@ -10,7 +10,8 @@ SRC_URI[sha256sum] = "e20376e2e32291798d2226502994134c1c4e175136d8375b3c517a234f
10inherit setuptools pypi 10inherit setuptools pypi
11 11
12do_install_append() { 12do_install_append() {
13 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` 13 perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt")
14 perm_files="$perm_files "$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO")
14 for f in $perm_files; do 15 for f in $perm_files; do
15 chmod 644 "${f}" 16 chmod 644 "${f}"
16 done 17 done