summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordNhax2018-02-18 10:22:04 +0100
committerdNhax2018-02-18 10:22:04 +0100
commit05776e09c58a3aeef51801775b3012b39c1a43c1 (patch)
treebc6560c67be8a68adeb96ed81a8d9efebd57bd9b
parentafb4a7670418e2cb6b118825aeba1988365275ee (diff)
downloadaur-05776e09c58a3aeef51801775b3012b39c1a43c1.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 fa69b9756426..905e8dab7683 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-${_pkgname}.conf"
+ install -Dm644 "99-${_pkgname}.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"