summaryrefslogtreecommitdiffstats
path: root/mod_wsgi
diff options
context:
space:
mode:
Diffstat (limited to 'mod_wsgi')
-rwxr-xr-xmod_wsgi/build/mod_wsgi.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_wsgi/build/mod_wsgi.SlackBuild b/mod_wsgi/build/mod_wsgi.SlackBuild
index 9bed9e67..6facb392 100755
--- a/mod_wsgi/build/mod_wsgi.SlackBuild
+++ b/mod_wsgi/build/mod_wsgi.SlackBuild
@@ -169,7 +169,7 @@ mkdir -p $PKG/etc/httpd/extra
cat <<EOT > $PKG/etc/httpd/extra/mod_wsgi.conf.new
# In order to activate the module, your httpd.conf needs the following line:
# Include /etc/httpd/extra/mod_wsgi.conf
-LoadModule wsgi_module modules/mod_wsgi.so
+LoadModule lib${LIBDIRSUFFIX}/httpd/wsgi_module modules/mod_wsgi.so
EOT
# Add this to the doinst.sh: