citrun

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

commit 3f1dd557ca37c56550878484c31da29dd35c11e1
parent fd9886945b5dfdf7a23d78d7b60ada1c3a0ee963
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 31 Mar 2016 22:47:54 -0600

pkg: add comments

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

diff --git a/package.sh b/package.sh @@ -12,7 +12,9 @@ if [ "`uname`" == "OpenBSD" ]; then exit 1 fi pkg_dir=`pwd`/pkg + # OpenBSD port building stuff needs to know where home is export PORTSDIR_PATH="/usr/ports:$pkg_dir" + # Tarball is located here export DISTDIR=$pkg_dir # Disable tarball checksumming. # Continuous integration does not like this kind of stuff.