aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Molenaar2023-05-02 00:25:19 +0200
committerGitHub2023-05-02 00:25:19 +0200
commit22ea9401ea73d15ade740a34e94d79a1e00756e7 (patch)
tree51693dad8f13d9d93f864f41e6eb62ef4f6ed6f5
parentef8b90e0eede4a1e8f57cc51fd43e44d77c61f2a (diff)
parent5509b8e70c6a0e47d97d12ad544b3caef96757c3 (diff)
downloadaur-22ea9401ea73d15ade740a34e94d79a1e00756e7.tar.gz
Merge pull request #11 from brian-maloney/fix-systemd-unit
-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/"