- fix brp-java-repack-jars failing on strange permissions (#905573)

This commit is contained in:
Panu Matilainen 2013-07-05 13:29:16 +03:00 committed by Ville Skyttä
parent d4c5b38371
commit 76c839e23e
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ if [ ! -z "$JARS" ]; then
pushd "$JTMPDIR" > /dev/null
/usr/bin/unzip -qq -o "$j"
find -type d -exec chmod a+rx {} \;
find -type f -exec chmod a+r {} \;
find -type d -exec chmod a+rx,u+w {} \;
find -type f -exec chmod a+r,u+w {} \;
rm -f "$j"
# Create the directories first.