diff options
Diffstat (limited to 'mod_python')
-rwxr-xr-x | mod_python/mod_python.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_python/mod_python.build b/mod_python/mod_python.build index beb92c7b..5e1671d6 100755 --- a/mod_python/mod_python.build +++ b/mod_python/mod_python.build @@ -17,7 +17,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="denyhosts" +PACKAGE="mod_python" VERSION=${VERSION:=2.7.11} ARCH="x86_64" BUILD=${BUILD:=1rha} |