citrun

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

commit dfd7b73cf76f7219f1d05d58ad52b19f2fc40af8
parent e6067998a3bdc9409b21acac770ea4dc946ae13f
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 10 Jul 2016 20:39:49 -0600

src: go back to using InstallFile

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

diff --git a/src/Jamfile b/src/Jamfile @@ -90,6 +90,6 @@ InstLink eg++ : citrun-inst ; CP = cp -PR ; FILEMODE = 755 ; -InstallInto $(PREFIX)/share/citrun : $(COMPILERS) ; +InstallFile $(PREFIX)/share/citrun : $(COMPILERS) ; SubInclude TOP src glyphy ;