[net-im/swift] fix copy and paste mistake

This commit is contained in:
Robert Förster 2018-09-20 12:46:10 +02:00
parent 2d4abfe2b7
commit 467b177394
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ src_install() {
use lua && dobin Sluift/exe/sluift
use zeroconf && dobin Limber/limber
local HTML_DOCS="Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.html"
local HTML_DOCS=( "Documentation/SwiftenDevelopersGuide/Swiften Developers Guide.xml" )
einstalldocs
}