diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-07-02 23:58:25 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-07-02 23:58:25 +0000 |
commit | bc52682851cd52b892a6533107eb754fcc1cf146 (patch) | |
tree | 5619581f3583badb3ae1f7581819380aeb47fa68 /www-apps/metadot/metadot-6.1.6.ebuild | |
parent | Initial ebuild. www-apps/metadot dependency (diff) | |
download | historical-bc52682851cd52b892a6533107eb754fcc1cf146.tar.gz historical-bc52682851cd52b892a6533107eb754fcc1cf146.tar.bz2 historical-bc52682851cd52b892a6533107eb754fcc1cf146.zip |
Cleaning house.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-apps/metadot/metadot-6.1.6.ebuild')
-rw-r--r-- | www-apps/metadot/metadot-6.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6.ebuild index 7c21947b27b3..d5215a8fa805 100644 --- a/www-apps/metadot/metadot-6.1.6.ebuild +++ b/www-apps/metadot/metadot-6.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/metadot-6.1.6.ebuild,v 1.8 2005/05/25 15:33:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/metadot-6.1.6.ebuild,v 1.9 2005/07/02 23:58:25 rl03 Exp $ inherit webapp MY_P=${P/-/} @@ -52,7 +52,7 @@ src_install() { dodoc CHANGELOG README cp -R [[:lower:]][[:lower:]]* ${D}/${MY_HTDOCSDIR} - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_hook_script ${FILESDIR}/reconfig + webapp_postinst_txt en ${FILESDIR}/postinstall-en-${PVR}.txt + webapp_hook_script ${FILESDIR}/reconfig-${PVR} webapp_src_install } |