app-admin/passwordsafe: correct install locations
authorHendrik v. Raven <hendrik@consetetur.de>
Thu, 20 Sep 2018 06:39:33 +0000 (08:39 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Sep 2018 15:45:58 +0000 (17:45 +0200)
xml and help files have been moved to /usr/share/passwordsafe.

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9679

app-admin/passwordsafe/passwordsafe-1.06_beta-r1.ebuild [moved from app-admin/passwordsafe/passwordsafe-1.06_beta.ebuild with 86% similarity]

similarity index 86%
rename from app-admin/passwordsafe/passwordsafe-1.06_beta.ebuild
rename to app-admin/passwordsafe/passwordsafe-1.06_beta-r1.ebuild
index 2a8d7c884957daa6da1594a62a05f1934ccf87f4..1a344e26021861b8c669e583191ac539164e2ba2 100644 (file)
@@ -77,11 +77,7 @@ src_install() {
        insinto /usr/share/locale
        doins -r src/ui/wxWidgets/I18N/mos/*
 
-       # The upstream Makefile builds this .zip file from html source material for
-       # use by the package's internal help system. Must prevent
-       # Portage from applying additional compression.
-       docompress -x /usr/share/doc/${PN}/help
-       insinto /usr/share/doc/${PN}/help
+       insinto /usr/share/${PN}/help
        doins help/*.zip
 
        popd || die
@@ -90,8 +86,8 @@ src_install() {
 
        dodoc README.md README.LINUX.* docs/{ReleaseNotes.txt,ChangeLog.txt}
 
-       insinto /usr/share/pwsafe/xml
-       doins xml/*
+       insinto /usr/share/${PN}
+       doins -r xml
 
        newicon install/graphics/pwsafe.png ${PN}.png
        newmenu install/desktop/pwsafe.desktop ${PN}.desktop