summaryrefslogtreecommitdiffstats
path: root/qtruby/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/INSTALL')
-rw-r--r--qtruby/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/INSTALL b/qtruby/INSTALL
index 86e05d3d..6072e4ac 100644
--- a/qtruby/INSTALL
+++ b/qtruby/INSTALL
@@ -28,7 +28,7 @@ To build the Qt.so extension, provide 'extconf.rb' with the directories where
the Qt and Smoke libraries are installed:
$ cd qtruby/rubylib/qtruby
-$ ruby extconf.rb --with-smoke-dir=/opt/kde3 \
+$ ruby extconf.rb --with-smoke-dir=/opt/trinity \
--with-qt-dir=/home/duke/src/kde/HEAD/qt-copy
$ make
$ make install