From: Paul Ramsey Date: Thu, 24 Sep 2015 22:05:17 +0000 (+0000) Subject: Build output one dir lower X-Git-Tag: 2.2.0~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b70d28264445d5df43d08fe7b39d885fff75330d;p=postgis Build output one dir lower git-svn-id: http://svn.osgeo.org/postgis/trunk@14105 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index b4d7deb49..da1567121 100755 --- a/make_dist.sh +++ b/make_dist.sh @@ -23,6 +23,8 @@ fi outdir="postgis-$version" +cd .. + if [ -d "$outdir" ]; then echo "Output directory $outdir already exists." exit 1