Skip to content

Commit

Permalink
run chown with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-mayonesa authored Apr 12, 2019
1 parent 74d6019 commit d62c8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [[ "$version" != "v666" ]]; then
echo "Create release .crx for version $version"

title "Step 4: Build .deb package"
chown root:root ${native}"usr/bin/chrome-mpris2"
sudo chown root:root ${native}"usr/bin/chrome-mpris2"
dpkg -b ${native} ${out}"browser-mpris2-${version}.deb"

# title "Step 4: Generate update .xml"
Expand Down

0 comments on commit d62c8b3

Please sign in to comment.