$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] execute a script post install
From: Vladimir Prus (ghost_at_[hidden])
Date: 2014-08-27 02:18:32
On 08/26/2014 05:10 AM, Steve Lorimer wrote:
> Is it possible to execute a script after an install rule has completed?
>
> If anyone has details on how to do this, links to information etc, that would be greatly appreciated
Hi Steve,
you can create a 'notfile' target that runs your script, and make it depend on a real install targets.
Something like this:
https://gist.github.com/vprus/a38931b8f380bcf51669
Thanks,
Volodya