Please find attached the patch. I should actually send the patch to postgis-devel, but I guess it's okay for this time. :)<div>------------</div><div><div>--- postgis/<a href="http://Makefile.in.org">Makefile.in.org</a>     2012-11-26 19:29:47.000000000 +0530</div>
<div>+++ postgis/Makefile.in 2012-11-26 19:30:20.000000000 +0530</div><div>@@ -108,7 +108,7 @@</div><div>         bindir=/bin</div><div>         pkglibdir=/lib</div><div>         datadir=/share</div><div>-        datamoduledir=contrib/postgis</div>
<div>+        datamoduledir=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@</div><div> endif</div><div><br></div><div> # Make all PostGIS objects depend upon liblwgeom, so that if an underlying</div><div><br>
</div><div><div>--- doc/<a href="http://Makefile.comments.in.org">Makefile.comments.in.org</a><span class="Apple-tab-span" style="white-space:pre">   </span>2012-11-26 19:41:36.000000000 +0530</div><div>+++ doc/<a href="http://Makefile.comments.in">Makefile.comments.in</a><span class="Apple-tab-span" style="white-space:pre">      </span>2012-11-26 19:41:59.000000000 +0530</div>
<div>@@ -44,6 +44,6 @@</div><div>         bindir=/bin</div><div>         pkglibdir=/lib</div><div>         datadir=/share</div><div>-        datamoduledir=contrib/postgis</div><div>+        datamoduledir=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@</div>
<div> endif</div></div><div>------</div><div><br></div><br><div class="gmail_quote">On Mon, Nov 26, 2012 at 6:40 PM, Sandeep Thakkar <span dir="ltr"><<a href="mailto:sandeep.thakkar@enterprisedb.com" target="_blank">sandeep.thakkar@enterprisedb.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div><br></div><div>I got the sources of PostGIS-2.0.1 and I'm building it against PG9.2. Using --with-pgconfig option, I specify the location of the pgconfig. The installation was fine and I could see the postgis files. </div>

<div><br></div><div>But, when I specify PGSQL_SHAREDIR, PGSQL_DOCDIR and DESTDIR during "make install", I see that the share folder now consists of two directories, postgis and postgis-2.0. </div><div><br></div>

<div>postgis-2.0 contains only "<a href="http://postgis_restore.pl" target="_blank">postgis_restore.pl</a>". All sql files goes into 'postgis' folder in share/contrib. Why? How can I fix this? </div><span class="HOEnZb"><font color="#888888"><div>
<div><br></div>
-- <br>Sandeep Thakkar<br>Senior Software Engineer<br>EnterpriseDB Corporation<br>The Enterprise Postgres Company<br>Phone: +91.20.30589514<br><br>Website: <a href="http://www.enterprisedb.com" target="_blank">www.enterprisedb.com</a><br>

EnterpriseDB Blog: <a href="http://blogs.enterprisedb.com/" target="_blank">http://blogs.enterprisedb.com/</a><br>Follow us on Twitter: <a href="http://www.twitter.com/enterprisedb" target="_blank">http://www.twitter.com/enterprisedb</a><br>
<br>This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.<br>


</div>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Sandeep Thakkar<br>Senior Software Engineer<br>EnterpriseDB Corporation<br>The Enterprise Postgres Company<br>Phone: +91.20.30589514<br><br>Website: <a href="http://www.enterprisedb.com">www.enterprisedb.com</a><br>
EnterpriseDB Blog: <a href="http://blogs.enterprisedb.com/">http://blogs.enterprisedb.com/</a><br>Follow us on Twitter: <a href="http://www.twitter.com/enterprisedb">http://www.twitter.com/enterprisedb</a><br><br>This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message.<br>

</div>