diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-09-18 00:11:56 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-18 00:11:56 +0200 |
commit | f587dff9dd31d9c697678f6f0a5f39b9048174c7 (patch) | |
tree | d5f273a474823d7467dd7495fea492d29a75a50a /games-action/supermariowar | |
parent | games-action/supermariowar: remove src_compile phase. (diff) | |
download | gentoo-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
Diffstat (limited to 'games-action/supermariowar')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1.ebuild | 2 |
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 $? |