summaryrefslogtreecommitdiffstats
path: root/network/rspamd/rspamd.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-01-09 17:20:34 +0100
committer Willy Sudiarto Raharjo2021-01-17 02:44:54 +0100
commitce1cadc818a23f590b0e950638ba5598de7cd3b9 (patch)
tree47bcd1bbb2220026201e2354fa69811363c6f678 /network/rspamd/rspamd.SlackBuild
parent4afcc93f9e74b54979e769a62bc30219523a188a (diff)
downloadslackbuilds-ce1cadc818a23f590b0e950638ba5598de7cd3b9.tar.gz
network/rspamd: Do not use hardcoded path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rspamd/rspamd.SlackBuild')
-rw-r--r--network/rspamd/rspamd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/rspamd/rspamd.SlackBuild b/network/rspamd/rspamd.SlackBuild
index 10f6e64f2e..60ff15d91d 100644
--- a/network/rspamd/rspamd.SlackBuild
+++ b/network/rspamd/rspamd.SlackBuild
@@ -86,7 +86,8 @@ patch -p0 < $CWD/Toolset.cmake.patch
mkdir -p build
cd build
- /opt/cmake-202x/bin/cmake \
+ export "PATH=/opt/cmake-202x/bin:$PATH"
+ cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCONFDIR=/etc/$PRGNAM \