summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icespider/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam
index 723d4f9..0a714b6 100644
--- a/icespider/Jamfile.jam
+++ b/icespider/Jamfile.jam
@@ -23,6 +23,6 @@ package.install install : :
:
[ glob-tree *.h : fcgi unittests compile ]
;
-package.install-data install-tools : boost-build/tools : compile/icespider.jam ;
+package.install-data install-tools : boost-build/src/tools : compile/icespider.jam ;
package.install-data install-ice : icespider/ice : [ glob common/*.ice ] ;