Update build system to find moved scripts -- Step 3 of 2:

- Update references from using PKGLIBDIR to PKGDATADIR.
- Update built-in script search paths to reflect new install location:
  - $(pkgdatadir)       =>   $(pktdatadir)/site
  - $(pkglibdir)        =>   $(pktdatadir)/scripts
- Update installed location of httpd files:
  - $(pkglibdir)/httpd   =>   $(pkgdatadir)/httpd


git-svn-id: svn://svn.berlios.de/openocd/trunk@1920 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-27 07:49:58 +00:00
parent dbbc9c41f7
commit dd86b54e6e
5 changed files with 18 additions and 13 deletions

View File

@@ -393,7 +393,7 @@ static int ahc_echo(void * cls, struct MHD_Connection * connection,
* being subverted to evil purposes
*/
const char *httpd_dir=PKGLIBDIR "/httpd";
const char *httpd_dir = PKGDATADIR "/httpd";
if (*url=='/')
{