From 8e5db725b90d2d8e082d4cbc7937f175db607c26 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 10 Jun 2021 01:44:47 +0100 Subject: Update install path of tools to match fixed Gentoo packaging --- icespider/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ; -- cgit v1.2.3