From 8e4af42d26b0c98a5208c8c06c480d5e73cd0924 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 28 Nov 2009 23:29:48 +0000 Subject: [PATCH] Try and retain postgis_comments.sql during packaging. git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4928 b70326c6-7e19-0410-871a-916f4a2858ee --- make_dist.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make_dist.sh b/make_dist.sh index e1d226444..57c0d3445 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -72,7 +72,11 @@ make if [ $? -gt 0 ]; then exit 1 fi +# move the comments down a level for safe keeping +cp postgis_comments.sql .. make clean # won't drop the html dir +# move them back up afterwards +cp ../postgis_comments.sql . cd "$owd" # Run make distclean -- 2.49.0