diff options
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.bb | 3 |
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 | |||
| 10 | inherit setuptools pypi | 10 | inherit setuptools pypi |
| 11 | 11 | ||
| 12 | do_install_append() { | 12 | do_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 |
