From ad52f32e79438a3677b55d22c2bfe7d05be0917c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Feb 2022 14:46:04 +0000 Subject: Install ice to new standard path --- icespider/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ; -- cgit v1.2.3