summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-24 12:19:33 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-24 12:19:33 +0100
commit3db9cb428bf99719b319765e5b6f2f731fc441c7 (patch)
tree2f719e87f95a0a3bd507cb041057105bd6506c1a
parent438c841edd2dd77e81c7013dfc20230ebf284f32 (diff)
downloadqt4-tools-3db9cb428bf99719b319765e5b6f2f731fc441c7.tar.gz
Another attempt to fix documentation generation
-rw-r--r--qt4-tools.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
index 5e8f33da51..b536224a1a 100644
--- a/qt4-tools.morph
+++ b/qt4-tools.morph
@@ -6,7 +6,7 @@
],
"build-commands": [
"make",
- "LD_LIBRARY_PATH=$DESTDIR/usr/lib QT_PLUGIN_PATH=$DESTDIR/usr/plugins make docs"
+ "LD_LIBRARY_PATH=$PWD/lib QT_PLUGIN_PATH=$PWD/plugins make docs"
],
"install-commands": [
"make install INSTALL_ROOT=$DESTDIR"