commit: eb4a3bc46231713ffee75e71f37b828971a8bfec
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Thu May 20 12:29:59 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu May 20 12:47:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb4a3bc4
sci-biology/geneathome: fix wrong filename
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
sci-biology/geneathome/files/{app_config.xml => app_info.xml} | 0
sci-biology/geneathome/geneathome-1.10.ebuild | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/geneathome/files/app_config.xml
b/sci-biology/geneathome/files/app_info.xml
similarity index 100%
rename from sci-biology/geneathome/files/app_config.xml
rename to sci-biology/geneathome/files/app_info.xml
diff --git a/sci-biology/geneathome/geneathome-1.10.ebuild
b/sci-biology/geneathome/geneathome-1.10.ebuild
index cf16befe5..b82d1dce5 100644
--- a/sci-biology/geneathome/geneathome-1.10.ebuild
+++ b/sci-biology/geneathome/geneathome-1.10.ebuild
@@ -64,7 +64,7 @@ src_test() {
src_install() {
insinto /var/lib/boinc/projects/gene.disi.unitn.it_test
- doins "${FILESDIR}"/app_config.xml
+ doins "${FILESDIR}"/app_info.xml
exeinto /var/lib/boinc/projects/gene.disi.unitn.it_test
newexe bin/pc "gene_pcim_v${PV}"
}