citrun

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

commit 2e56c8ce75767e7bd4729138084ef1f1854b8bd1
parent df8457265cfd115c3e5e00315c0b1ba85b625627
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri,  1 Apr 2016 23:41:53 -0600

pkg: always tar up the current directory

Diffstat:
Mpkg/package.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/package.sh b/pkg/package.sh @@ -2,8 +2,8 @@ ver=0 -echo downloading -cp /var/www/htdocs/citrun.com/citrun-0.tar.gz . +echo archiving +(cd .. && git archive --prefix=citrun-$ver/ -o pkg/citrun-$ver.tar.gz HEAD) if [ "`uname`" == "OpenBSD" ]; then echo creating OpenBSD package