summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordNhax2018-02-18 10:16:38 +0100
committerdNhax2018-02-18 10:16:38 +0100
commitafb4a7670418e2cb6b118825aeba1988365275ee (patch)
tree45d2b2d18b31dc5916eab86d9eab20bee88c5952
parent7c5aa43bfd98842d66c3650c3a62eb93b36197e1 (diff)
downloadaur-afb4a7670418e2cb6b118825aeba1988365275ee.tar.gz
Replaced fixed String with variable
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d01dcfc31ca7..fa69b9756426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ package() {
install -Dm644 "${_pkgname}-tmpfile.conf" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgname}.conf"
# Install an example conf for required sysctl values (vm.max_map_count and fs.file-max); see https://docs.sonarqube.org/display/SONAR/Requirements#Requirements-Linux.
- install -Dm644 "99-sonarqube.conf" "${pkgdir}/usr/share/doc/${_pkgname}/99-sonarqube.conf"
+ install -Dm644 "99-sonarqube.conf" "${pkgdir}/usr/share/doc/${_pkgname}/99-${_pkgname}.conf"
# Create symbolic links because SonarQube expects a specific directory layout.
ln -s "/var/log/${_pkgname}" "${pkgdir}/usr/share/${_pkgname}/logs"