Merge pull request #16 from nxshock/master
Do not include config in package
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user