Merge pull request #16 from nxshock/master

Do not include config in package
pull/19/head
Revertron 3 years ago committed by GitHub
commit f9e90ff655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,6 @@ sha256sums=('SKIP'
package() {
cd "$srcdir"
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm 644 "$pkgname.toml" "$pkgdir/etc/$pkgname.conf"
install -Dm 644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
install -Dm 644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"

Loading…
Cancel
Save