Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 24, 2024
1 parent 779e4ef commit 5c542c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openwebrx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ package() {
cd $pkgname

python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
install -Dm 644 openwebrx.conf ${pkgdir}/etc/openwebrx/openwebrx.conf
install -Dm 644 openwebrx.conf $pkgdir/etc/openwebrx/openwebrx.conf
install -Dm 644 systemd/openwebrx.service "$pkgdir/usr/lib/systemd/system/openwebrx.service"
install -dm 755 "$pkgdir/var/lib/openwebrx"
}
Expand Down

0 comments on commit 5c542c7

Please sign in to comment.