From e044b8e74e7b7b40cb91d3798dea3e2949af6159 Mon Sep 17 00:00:00 2001 From: ankostis on tokoti Date: Sat, 19 Sep 2015 02:14:49 +0200 Subject: [PATCH] build: fix package.sh to run from everywhere. --- bin/package.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/package.sh b/bin/package.sh index fe834a7..ffc2d6f 100755 --- a/bin/package.sh +++ b/bin/package.sh @@ -1,2 +1,5 @@ +my_dir=`dirname "$0"` +cd $my_dir/.. + rm -r build/* dist/* python setup.py bdist_wheel sdist