citrun

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

commit 84d65b92cf2196113d50032798199fbabbee3838
parent 0c09b3a0b95342659231e5284fd710b90ff73481
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  3 Jul 2016 23:08:45 -0600

pkg: copy packages into root

Diffstat:
Mpkg.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkg.sh b/pkg.sh @@ -32,6 +32,7 @@ if [ "$uname" = "OpenBSD" ]; then make -C openbsd/devel/$portname package doas pkg_add -Dunsigned -r $pkg_path + cp $pkg_path . elif [ "$uname" = "Darwin" ]; then sudo port uninstall $portname @@ -40,6 +41,8 @@ elif [ "$uname" = "Darwin" ]; then sudo port -v -D darwin/devel/citrun test sudo port -v -D darwin/devel/citrun install + cp /opt/local/var/macports/software/citrun/citrun-0_0.darwin_15.x86_64.tbz2 . + elif [ "$uname" = "Linux" ]; then sudo dpkg -r $portname || true