summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-07-30 19:54:46 +0200
committerDavid Sommerseth <davids@redhat.com>2009-07-30 19:54:46 +0200
commite4d9ba86d47a96f54a71d98feffefe7ea50f28ae (patch)
tree281032d6b22166bc60e6b4fc370e367bb475e174 /server
parent8fbf404e766ca8ddf1fc027d3c0e8e252884d2c5 (diff)
Added missing database.py in PYTHON_FILES
Diffstat (limited to 'server')
-rwxr-xr-xserver/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/install.sh b/server/install.sh
index 106b945..0c599d0 100755
--- a/server/install.sh
+++ b/server/install.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-PYTHON_FILES="rteval_xmlrpc.py xmlrpc_API1.py xmlparser.py xmlparser.xsl rtevaldb.py"
+PYTHON_FILES="rteval_xmlrpc.py xmlrpc_API1.py xmlparser.py xmlparser.xsl rtevaldb.py database.py"
HTACCESS="apache-htaccess"
if [ $# != 1 ]; then