summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormingang.he2021-08-11 17:22:48 +0800
committermingang.he2021-08-11 17:22:48 +0800
commit61546998227504ec38eac9e472a04f2c841850eb (patch)
treef100bf13302ef27e044bc825be04c1af1122c47a
parentd7edc8c0e3e93106ea42ae49fa94570fc1207ad1 (diff)
downloadaur-61546998227504ec38eac9e472a04f2c841850eb.tar.gz
Fix: install graftcp-local.conf
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdb03210fb73..28ccd8724724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,6 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" PREFIX=/usr install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 graftcp-local/example-graftcp-local.conf "$pkgdir/etc/graftcp-local/graftcp-local.conf"
+ install -Dm644 local/example-graftcp-local.conf "$pkgdir/etc/graftcp-local/graftcp-local.conf"
install -Dm644 "$srcdir/graftcp-local.service" "$pkgdir/usr/lib/systemd/system/graftcp-local.service"
}