commit | f2a18c065e2447083e874eeae59bf6988491ae3f | [log] [tgz] |
---|---|---|
author | Vincent Untz <vuntz@suse.com> | Tue Dec 04 18:34:25 2012 +0100 |
committer | Vincent Untz <vuntz@suse.com> | Wed Dec 12 16:14:16 2012 +0100 |
tree | 3c7aabc7fd1c58e89c67f9e18f2e4f9f4a7af525 | |
parent | 63ea3185de5d3e703e623ba57bc19a70c160274a [diff] [blame] |
Two small fixes for openSUSE support - Use right package files for openSUSE in tools/info.sh - Use a2enmod to enable the wsgi apache module Change-Id: I51e3019be32dc0938674c9c8d285a55f5b023707
diff --git a/tools/info.sh b/tools/info.sh index f01dbea..ef1f338 100755 --- a/tools/info.sh +++ b/tools/info.sh
@@ -92,6 +92,8 @@ PKG_DIR=$FILES/apts elif is_fedora; then PKG_DIR=$FILES/rpms +elif is_suse; then + PKG_DIR=$FILES/rpms-suse else exit_distro_not_supported "list of packages" fi