summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-10 01:44:47 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-10 01:44:47 +0100
commit8e5db725b90d2d8e082d4cbc7937f175db607c26 (patch)
treeb259e905210922357622d9615a97970f749b1a41
parentSimplify and fix fallback/error handlers for missing parameters (diff)
downloadicespider-0.6.7.1.tar.bz2
icespider-0.6.7.1.tar.xz
icespider-0.6.7.1.zip
Update install path of tools to match fixed Gentoo packagingicespider-0.6.7.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 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 ] ;