summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2007-05-13 16:38:20 +0200
committerOliver Tappe2007-05-13 16:38:20 +0200
commit2ab41c74c761f7cae7b3b20deba1e85bf270ae0c (patch)
treef8649ebdbf879b9610ba13c73bd655116b7ab39f /Makefile
parent* added some eclipse-related files to svn:ignore (diff)
downloadcore-2ab41c74c761f7cae7b3b20deba1e85bf270ae0c.tar.gz
core-2ab41c74c761f7cae7b3b20deba1e85bf270ae0c.tar.xz
core-2ab41c74c761f7cae7b3b20deba1e85bf270ae0c.zip
* minor cleanup of text fragment (avoid slang)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1066 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a8e7a13..3efb42b3 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ install:
fi; \
for m in $${SLX_DB_TYPE} SQLite CSV mysql; do \
if ! perl -Ilib -Iconfig-db -e "use OpenSLX::MetaDB::$$m" 2>>${SLX_INSTALL_LOG} ; then \
- echo -e " 'DBD::$$m' not found (or too buggy), so $$m-databases will not be \
+ echo -e " 'DBD::$$m' not found (or too old), so $$m-databases will not be \
supported."; \
else \
if test "$${DEFAULT_DB_TYPE}X" = "X"; then \