citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit b60ff32183cf71456db2a30bbe9212a1aecf234d
parent c8b8a540686df2f1df7007f3c79bf032ee3494e0
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 21:21:52 -0600

bin: use InstallShell instead of InstallBin

Diffstat:
Mbin/Jamfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/Jamfile b/bin/Jamfile @@ -14,5 +14,5 @@ actions Generate Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.sh ; -InstallBin $(PREFIX)/bin : citrun-wrap ; +InstallShell $(PREFIX)/bin : citrun-wrap ; InstallMan $(PREFIX)/man : citrun-wrap.1 ;