summaryrefslogtreecommitdiffstats
path: root/mod_wsgi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-07-31 20:29:09 +0000
committer Eric Hameleers <alien@slackware.com>2011-07-31 20:29:09 +0000
commit6da5199c044663267bcdbbbbf0616403e284dde4 (patch)
treebc6a4ed4eed51be92a335cfa8ab2535c5fd09cf1 /mod_wsgi
parenta06f67a28daa1fd8124826a240c7665fe913ca17 (diff)
downloadasb-6da5199c044663267bcdbbbbf0616403e284dde4.tar.gz
asb-6da5199c044663267bcdbbbbf0616403e284dde4.tar.xz
Need to give a fuller module path...
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: