(really) fix p7zip 'share' directory permissions

This commit is contained in:
Thomas Pöchtrager 2015-06-21 14:24:57 +02:00
parent 3e46f6cc32
commit 226435ef4e

View File

@ -46,6 +46,7 @@ else
fi fi
$MAKE install DEST_HOME=$TARGET_DIR/SDK/tools $MAKE install DEST_HOME=$TARGET_DIR/SDK/tools
find $TARGET_DIR/SDK/tools/share -type f -exec chmod 0664 {} \; find $TARGET_DIR/SDK/tools/share -type f -exec chmod 0664 {} \;
find $TARGET_DIR/SDK/tools/share -type d -exec chmod 0775 {} \;
popd &>/dev/null popd &>/dev/null
touch "have_p7zip" touch "have_p7zip"