aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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/"