summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-09-18 00:11:56 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-09-18 00:11:56 +0200
commitf587dff9dd31d9c697678f6f0a5f39b9048174c7 (patch)
treed5f273a474823d7467dd7495fea492d29a75a50a
parentgames-action/supermariowar: remove src_compile phase. (diff)
downloadgentoo-f587dff9dd31d9c697678f6f0a5f39b9048174c7.tar.gz
gentoo-f587dff9dd31d9c697678f6f0a5f39b9048174c7.tar.bz2
gentoo-f587dff9dd31d9c697678f6f0a5f39b9048174c7.zip
games-action/supermariowar: rename .conf symlink to smwd.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--games-action/supermariowar/supermariowar-2.0_beta1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
index 1719e09d8ae1..23e9a4b45887 100644
--- a/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
+++ b/games-action/supermariowar/supermariowar-2.0_beta1.ebuild
@@ -98,7 +98,7 @@ EOF
insinto "${smw_serverdir}"
doins "${S}/src/server/serverconfig"
- dosym "${smw_serverdir}/serverconfig" "/etc/${MY_PN}.conf"
+ dosym "${smw_serverdir}/serverconfig" "/etc/${MY_PN}d.conf"
newinitd "${FILESDIR}/smwd.initd" "${MY_PN}d"
eend $?