summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoraynilay2020-09-12 10:38:32 +0200
committerkoraynilay2020-09-12 10:38:32 +0200
commitff1a450d6407a0694aa212b178d7ff87486e1c7b (patch)
tree8dab17a19db1025272a5d8329649517c9f1a458a
parent4ea0820630db9b85a198a3e424687243c8ffa2d6 (diff)
downloadaur-ff1a450d6407a0694aa212b178d7ff87486e1c7b.tar.gz
fixed missing config example
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e187cf30239f..008a6146f754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,6 @@ package() {
install -Dm0755 bin/scrnsvr "$pkgdir/usr/bin/$pkgname"
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/scrnsvr/LICENSE"
install -Dm0644 RETURN_CODES.txt "$pkgdir/usr/share/scrnsvr/RETURN_CODES.txt"
- install -Dm0644 scrnsvr.ini.example "$pkgdir/usr/lib/systemd/user/scrnsvr.ini.example"
+ install -Dm0644 scrnsvr.ini.example "$pkgdir/usr/share/scrnsvr/scrnsvr.ini.example"
install -Dm0644 scrnsvr.service "$pkgdir/usr/lib/systemd/user/scrnsvr.service"
}