diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-07-18 11:11:23 -0400 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-07-18 11:11:23 -0400 |
commit | 4add08f208614013cec22ff95172752d8511730a (patch) | |
tree | 7f2ec7ede43bcf7eaad37badb02b493800598f95 /www-apps/indefero/indefero-1.2.ebuild | |
parent | Fix deps. Add new version for testing. (diff) | |
download | c1pher-4add08f208614013cec22ff95172752d8511730a.tar.gz c1pher-4add08f208614013cec22ff95172752d8511730a.tar.bz2 c1pher-4add08f208614013cec22ff95172752d8511730a.zip |
Rename postinst.
Diffstat (limited to 'www-apps/indefero/indefero-1.2.ebuild')
-rw-r--r-- | www-apps/indefero/indefero-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild index 3c5e5f6..8116319 100644 --- a/www-apps/indefero/indefero-1.2.ebuild +++ b/www-apps/indefero/indefero-1.2.ebuild @@ -49,7 +49,7 @@ src_install(){ doins -r . webapp_configfile "${MY_HTDOCSDIR}/src/IDF/conf/idf.php" - webapp_postinst_txt en "${FILESDIR}/postinstall-en-${PV}.txt" + webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt" webapp_src_install } |