]> granicus.if.org Git - postgis/commitdiff
Build output one directory lower 2.2.0rc1
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 24 Sep 2015 22:04:48 +0000 (22:04 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 24 Sep 2015 22:04:48 +0000 (22:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/tags/2.2.0rc1@14104 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index b4d7deb49834b77548b95e3df94d2517edfdc505..da15671214fbfc35c002d1a5cafdd66927b18906 100755 (executable)
@@ -23,6 +23,8 @@ fi
 
 outdir="postgis-$version"
 
+cd ..
+
 if [ -d "$outdir" ]; then
        echo "Output directory $outdir already exists."
        exit 1