diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-10 09:48:55 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-10 09:48:55 +0000 |
| commit | c0367e7f1e95ef668455892afc61ebbbc53a35d9 (patch) | |
| tree | c93e79cc90f1147a5555882961458e5622a772c1 /testing/apache2/alpine.layout | |
| parent | 4f935d99aa754ff7b8b21b489be6caf9529f9a54 (diff) | |
| download | aports-c0367e7f1e95ef668455892afc61ebbbc53a35d9.tar.bz2 aports-c0367e7f1e95ef668455892afc61ebbbc53a35d9.tar.xz | |
testing/apache2: various fixes
* fix datadir to /usr/share instead of /share
* move apxs and build dir to -dev package
* separate subpackage for ldap modules
* separate subpackage for ssl support with post-install that creates cert
ref #392
Diffstat (limited to 'testing/apache2/alpine.layout')
| -rw-r--r-- | testing/apache2/alpine.layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apache2/alpine.layout b/testing/apache2/alpine.layout index 7146971d2a..99f20df529 100644 --- a/testing/apache2/alpine.layout +++ b/testing/apache2/alpine.layout @@ -7,7 +7,7 @@ libexecdir: ${prefix}/lib+ mandir: ${prefix}/share/man sysconfdir: /etc+ - datadir: ${usr}/share+ + datadir: ${prefix}/share+ installbuilddir: ${datadir}/build errordir: ${datadir}/error iconsdir: ${datadir}/icons |
