diff options
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 6c12e5319ab5..c17f5f2a8861 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -99,7 +99,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.11.0-oldlibs.patch \ "${FILESDIR}"/${PN}-1.99.0.1975-sse4_2.patch \ "${FILESDIR}"/${PN}-99999999-pkgconfig.patch \ - "${FILESDIR}"/${PN}-1.99.7-qt-pie.patch \ "${FILESDIR}"/${PN}-1.99.8-qtchooser.patch epatch_user @@ -197,7 +196,7 @@ src_install() { dohtml -r docbook/{release-notes.html,ws{d,u}g_html{,_chunked}} if use doc-pdf; then insinto /usr/share/doc/${PF}/pdf/ - doins docbook/{{developer,user}-guide,release-notes}-{a4,us}.pdf + doins docbook/{developer,user}-guide-{a4,us}.pdf docbook/release-notes.pdf fi fi |