summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qt4-tools.morph7
1 files changed, 3 insertions, 4 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
index 244d10ffbf..5e8f33da51 100644
--- a/qt4-tools.morph
+++ b/qt4-tools.morph
@@ -5,11 +5,10 @@
"./configure -v -prefix /usr -opensource -confirm-license"
],
"build-commands": [
- "make"
+ "make",
+ "LD_LIBRARY_PATH=$DESTDIR/usr/lib QT_PLUGIN_PATH=$DESTDIR/usr/plugins make docs"
],
"install-commands": [
- "make install INSTALL_ROOT=$DESTDIR",
- "make docs",
- "make install_docs INSTALL_ROOT=$DESTDIR"
+ "make install INSTALL_ROOT=$DESTDIR"
]
}