Skip to content

Commit

Permalink
multibootusb: fix path in polkit policy
Browse files Browse the repository at this point in the history
the multibootusb install script only cares about debian or rpm based
distros, therefore we have to fix the path in the template

resolves void-linux#3151
  • Loading branch information
Johnnynator committed Sep 27, 2018
1 parent 806aa30 commit 5b9e05b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/multibootusb/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'multibootusb'
pkgname=multibootusb
version=9.2.0
revision=1
revision=2
noarch=yes
build_style=python3-module
pycompile_module="scripts"
Expand All @@ -15,3 +15,7 @@ homepage="http://multibootusb.org/"
changelog="https://raw.githubusercontent.com/mbusb/multibootusb/master/CHANGELOG"
distfiles="https://github.com/mbusb/multibootusb/archive/v${version}.tar.gz"
checksum=1f1539e11e5ac8af2fc2379a22c2ad6b73759b2babbc165f7ff716240e922d7d

pre_build() {
sed -i -e 's#local/bin#bin#g' org.debian.pkexec.run-multibootusb.policy
}

0 comments on commit 5b9e05b

Please sign in to comment.