diff options
author | 2012-02-01 18:57:26 -0500 | |
---|---|---|
committer | 2012-02-01 18:57:26 -0500 | |
commit | 75b732cc10552dabce105370a4d50a96ad1b042d (patch) | |
tree | 54dacd4b7f1337a0d2d704a1a1d17cdc82492853 /www-apps/indefero/indefero-1.2.ebuild | |
parent | Wrong filepath (diff) | |
download | c1pher-75b732cc10552dabce105370a4d50a96ad1b042d.tar.gz c1pher-75b732cc10552dabce105370a4d50a96ad1b042d.tar.bz2 c1pher-75b732cc10552dabce105370a4d50a96ad1b042d.zip |
Small tweak to 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 a018ab5..07a6501 100644 --- a/www-apps/indefero/indefero-1.2.ebuild +++ b/www-apps/indefero/indefero-1.2.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${PN}" src_prepare(){ #Expect pluf to be installed in the normal location. epatch "${FILESDIR}/${PN}-gentoo-pluf.diff" - cp "${FILESDIR}/dbsetup.sh" scripts/ + cp "${FILESDIR}/dbsetup.sh" src/ cp "${FILESDIR}/bootstrap.php" www/ } |