citrun

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

commit 4f2187868a7fa06d0ef844a43e9cf9c99e782ca5
parent 3aaab676d3e074e78781e6be9dae90300ddd2a6f
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 22:42:20 -0700

distrib: try and get cross user port building working

Diffstat:
Mdistrib/pkg.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/distrib/pkg.sh b/distrib/pkg.sh @@ -9,8 +9,7 @@ if [ $uname = "OpenBSD" ]; then exit 1 fi - rm -rf /usr/ports/devel/citrun - cp -R distrib/openbsd /usr/ports/devel/citrun + cp -R distrib/openbsd/* /usr/ports/devel/citrun/ export NO_CHECKSUM=1 rm -f /usr/ports/distfiles/citrun*.tar.gz