summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2022-09-21 17:16:20 +0200
committerThorsten Müller2022-09-21 17:16:20 +0200
commit85bfa3b966862382cdb7597bbf35093d3bef1d1b (patch)
treef644a17264e649dab925e19c0f83a27d0962acb1
parent87d5fa90a325eaabc94b2333113932ad2355d750 (diff)
downloadaur-85bfa3b966862382cdb7597bbf35093d3bef1d1b.tar.gz
fix binary name for service file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac999b6c618..cdf9e3e2548b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = filebeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
pkgver = 8.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/beats
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index bc17e5bcff98..3830590384d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=filebeat-oss-bin
pkgver=8.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Data shippers for Elasticsearch'
arch=('x86_64')
url='https://www.elastic.co/products/beats'
@@ -17,7 +17,7 @@ backup=('etc/filebeat-oss/filebeat.yml', 'etc/filebeat-oss/fields.yml')
srcpath="filebeat-${pkgver}-linux-x86_64"
package() {
- install -Dm755 "${srcdir}/${srcpath}/filebeat" "${pkgdir}/usr/bin/filebeat"
+ install -Dm755 "${srcdir}/${srcpath}/filebeat" "${pkgdir}/usr/bin/filebeat-oss"
install -Dm644 "${srcdir}/${srcpath}/filebeat.yml" "${pkgdir}/etc/filebeat-oss/filebeat.yml"
install -Dm644 "${srcdir}/${srcpath}/filebeat.reference.yml" "${pkgdir}/etc/filebeat-oss/filebeat.reference.yml"
install -Dm644 "${srcdir}/${srcpath}/fields.yml" "${pkgdir}/etc/filebeat-oss/fields.yml"