diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 10:13:02 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-03 10:13:02 -0500 |
commit | 33e30c2c6d360019912a398d3ce0b702cee2bfc3 (patch) | |
tree | 09f14e269c3b54b6e3b85c249de50d5536e44b02 /games-fps/sauerbraten | |
parent | app-text/xiphos: Version bump (diff) | |
download | gentoo-33e30c2c6d360019912a398d3ce0b702cee2bfc3.tar.gz gentoo-33e30c2c6d360019912a398d3ce0b702cee2bfc3.tar.bz2 gentoo-33e30c2c6d360019912a398d3ce0b702cee2bfc3.zip |
games-fps/sauerbraten: remove unneeded nonfatal (bug #551172)
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/sauerbraten')
-rw-r--r-- | games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild index c15a4d525692..053d913aec6c 100644 --- a/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild +++ b/games-fps/sauerbraten/sauerbraten-2013.01.04.ebuild @@ -103,8 +103,8 @@ src_install() { "${T}"/${PN}.conf || die newconfd "${T}"/${PN}.conf ${PN} - nonfatal dodoc src/*.txt docs/dev/*.txt - nonfatal dohtml -r README.html docs/* + dodoc src/*.txt docs/dev/*.txt + dohtml -r README.html docs/* prepgamesdirs } |