diff options
author | 2012-02-01 18:47:01 -0500 | |
---|---|---|
committer | 2012-02-01 18:47:01 -0500 | |
commit | 719aa753776b7c806fbe84c7a4c49cda36a8c75f (patch) | |
tree | f197138d4bbd6906f2936a8246dc8dc4b016557f /www-apps/indefero/indefero-1.2.ebuild | |
parent | Add bootstrap and some helper scripts for install. (diff) | |
download | c1pher-719aa753776b7c806fbe84c7a4c49cda36a8c75f.tar.gz c1pher-719aa753776b7c806fbe84c7a4c49cda36a8c75f.tar.bz2 c1pher-719aa753776b7c806fbe84c7a4c49cda36a8c75f.zip |
Don't run src_compile
Diffstat (limited to 'www-apps/indefero/indefero-1.2.ebuild')
-rw-r--r-- | www-apps/indefero/indefero-1.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild index 20984d6..c8fbe86 100644 --- a/www-apps/indefero/indefero-1.2.ebuild +++ b/www-apps/indefero/indefero-1.2.ebuild @@ -27,6 +27,8 @@ src_prepare(){ cp "${FILESDIR}/bootstrap.php" www/ } +src_compile(){ :; } + src_install(){ webapp_src_preinst rm COPYING INSTALL.mdtext release-scrpt run-tests |