summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-02-06 14:46:04 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-02-06 14:46:04 +0000
commitad52f32e79438a3677b55d22c2bfe7d05be0917c (patch)
tree7b188b22c4e69b78916ad3fb7bd3fdbe1bdde3db
parentFix all non-unittest warnings (diff)
downloadicespider-ad52f32e79438a3677b55d22c2bfe7d05be0917c.tar.bz2
icespider-ad52f32e79438a3677b55d22c2bfe7d05be0917c.tar.xz
icespider-ad52f32e79438a3677b55d22c2bfe7d05be0917c.zip
Install ice to new standard path
-rw-r--r--icespider/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam
index 0a714b6..8ca30f1 100644
--- a/icespider/Jamfile.jam
+++ b/icespider/Jamfile.jam
@@ -24,5 +24,5 @@ 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-ice : icespider/ice : [ glob common/*.ice ] ;
+package.install-data install-ice : ice/icespider : [ glob common/*.ice ] ;