Skip to content

Commit

Permalink
Add polkit policy to PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Aug 21, 2023
1 parent 12dce1e commit e21e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ build() {

package() {
cd "$pkgname-$pkgver"
echo $pkgdir
install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 "$srcdir/$pkgname-$pkgver/resources/com.quexten.goldwarden.policy" "$pkgdir/usr/share/polkit-1/actions/com.quexten.goldwarden.policy"
}

0 comments on commit e21e2c9

Please sign in to comment.