summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2012-02-01 18:57:26 -0500
committerDane Smith <c1pher@gentoo.org>2012-02-01 18:57:26 -0500
commit75b732cc10552dabce105370a4d50a96ad1b042d (patch)
tree54dacd4b7f1337a0d2d704a1a1d17cdc82492853 /www-apps/indefero/indefero-1.2.ebuild
parentWrong filepath (diff)
downloadc1pher-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.ebuild2
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/
}