aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-prettytable_0.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-prettytable_0.7.2.bb')
-rw-r--r--recipes-devtools/python/python-prettytable_0.7.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-prettytable_0.7.2.bb b/recipes-devtools/python/python-prettytable_0.7.2.bb
index 22b7244..1362ea6 100644
--- a/recipes-devtools/python/python-prettytable_0.7.2.bb
+++ b/recipes-devtools/python/python-prettytable_0.7.2.bb
@@ -15,7 +15,7 @@ inherit setuptools
S = "${WORKDIR}/${SRCNAME}-${PV}"
-do_install_append() {
+do_install:append() {
perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
for f in $perm_files; do
chmod 644 "${f}"