summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <c1pher@gentoo.org>2012-02-01 13:37:05 -0500
committerDane Smith <c1pher@gentoo.org>2012-02-01 13:37:05 -0500
commit6ee70ec60c84f0e5873246cea57d22834cb597c6 (patch)
treedf6b21663335f0f24efc08247b1a7e32e0afe205 /www-apps/indefero/indefero-1.2.ebuild
parentUpdate S (diff)
downloadc1pher-6ee70ec60c84f0e5873246cea57d22834cb597c6.tar.gz
c1pher-6ee70ec60c84f0e5873246cea57d22834cb597c6.tar.bz2
c1pher-6ee70ec60c84f0e5873246cea57d22834cb597c6.zip
Drop useless files before install.
move path to the correct spot
Diffstat (limited to 'www-apps/indefero/indefero-1.2.ebuild')
-rw-r--r--www-apps/indefero/indefero-1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild
index 8f316d6..5a698a4 100644
--- a/www-apps/indefero/indefero-1.2.ebuild
+++ b/www-apps/indefero/indefero-1.2.ebuild
@@ -27,10 +27,12 @@ src_prepare(){
src_install(){
webapp_src_preinst
- rm COPYING INSTALL.mdtext
+ rm COPYING INSTALL.mdtext release-scrpt run-tests
dodoc doc/* NEWS.mdtext AUTHORS CONTRIBUTE.mdtext
- rm -rf doc
+ rm -rf doc NEWS.mdtext AUTHORS CONTRIBUTE.mdtext
+
mv src/IDF/conf/idf.php-dist src/IDF/conf/idf.php
+ mv src/IDF/conf/path.php-dist src/IDF/conf/path.php
cp -R . "${D}/${MY_HTDOCSDIR}"
webapp_configfile "${MY_HTDOCSDIR}/src/IDF/conf/idf.php"