Skip to content

Commit

Permalink
Merge pull request #669 from opengisch/libs-rights
Browse files Browse the repository at this point in the history
set write rights to lib folder
  • Loading branch information
signedav authored Apr 13, 2022
2 parents b6cd44f + 4fdaccd commit 1e4c6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package_pip_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ for PACKAGE in ${PACKAGES[@]}; do
unzip -o temp/${!PACKAGE:0:1}*.whl -d $LIBS_DIR
#remove temp folder
rm -r temp
#set write rights to group (because qgis-plugin-ci needs it)
chmod -R g+w $LIBS_DIR
done

0 comments on commit 1e4c6bc

Please sign in to comment.