Ignore:
Timestamp:
12/11/2021 06:44:04 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36a0ff4
Parents:
fe619a6
Message:

Wireshark: fix issue when installing the documentation. *.pod files no
longer exists, only *.adoc files (which are generated into HTML
documents).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    rfe619a6 r8afd065  
    211211
    212212install -v -m755 -d /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
    213 install -v -m644    ../README.linux ../doc/README.* ../doc/{*.pod,randpkt.txt} \
     213install -v -m644    ../README.linux ../doc/README.* ../doc/randpkt.txt \
    214214                    /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
    215215
Note: See TracChangeset for help on using the changeset viewer.