Skip to content

Commit

Permalink
Fix rusts nonsensical root-only permissions on its library
Browse files Browse the repository at this point in the history
Fixes #234
  • Loading branch information
BtbN committed Jan 29, 2023
1 parent 98b1aa8 commit 0d2e5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.d/50-rav1e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ EOF
fi

cargo cinstall -v "${myconf[@]}"

chmod 644 "${FFBUILD_PREFIX}"/lib/*rav1e*
}

ffbuild_configure() {
Expand Down

0 comments on commit 0d2e5c7

Please sign in to comment.