From: Paul Ramsey Date: Fri, 25 Sep 2015 11:53:26 +0000 (+0000) Subject: Build in place X-Git-Tag: 2.2.0~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd136173a0bbb3ac7b522131fa75b8a818715d72;p=postgis Build in place git-svn-id: http://svn.osgeo.org/postgis/trunk@14109 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index da1567121..b4d7deb49 100755 --- a/make_dist.sh +++ b/make_dist.sh @@ -23,8 +23,6 @@ fi outdir="postgis-$version" -cd .. - if [ -d "$outdir" ]; then echo "Output directory $outdir already exists." exit 1