aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Maloney2023-04-29 20:32:22 -0400
committerGitHub2023-04-29 20:32:22 -0400
commit5509b8e70c6a0e47d97d12ad544b3caef96757c3 (patch)
tree51693dad8f13d9d93f864f41e6eb62ef4f6ed6f5
parentef8b90e0eede4a1e8f57cc51fd43e44d77c61f2a (diff)
downloadaur-5509b8e70c6a0e47d97d12ad544b3caef96757c3.tar.gz
Update PKGBUILD
No longer need to move the unit file, it appears that make install now does the right thing
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69e41577e0e5..ad84576cc283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,11 +62,6 @@ package() {
# install binaries and libraries
make DESTDIR="$pkgdir/" install
- # put systemd unit files in the right spot (make install puts them in /lib/systemd/system)
- mkdir -p "$pkgdir/usr/lib/systemd/system"
- mv "$pkgdir/lib/systemd/system/fluent-bit.service" "$pkgdir/usr/lib/systemd/system"
- rm -rf "$pkgdir/lib"
-
# install license file and documentation
cd "$srcdir"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"