mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
(really) fix p7zip 'share' directory permissions
This commit is contained in:
parent
3e46f6cc32
commit
226435ef4e
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user