summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2022-09-09 15:41:47 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2022-09-09 15:41:47 +0100
commit45d6970316fffee75af14c436b15cd9eae102406 (patch)
tree4ea7e84cb62573f0578ceb1cb7d0c7801192fbef
parentSmart ptrs in xslt output (diff)
downloadicespider-0.8.1.tar.bz2
icespider-0.8.1.tar.xz
icespider-0.8.1.zip
Move to b2 install pathicespider-0.8.1
-rw-r--r--icespider/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam
index 8ca30f1..d1f44f5 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/src/tools : compile/icespider.jam ;
+package.install-data install-tools : b2/src/tools : compile/icespider.jam ;
package.install-data install-ice : ice/icespider : [ glob common/*.ice ] ;