Changeset 235d561b
- Timestamp:
- 05/31/2019 04:53:30 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1f21b9c
- Parents:
- 8ff1930
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/netutils/wireshark.xml
r8ff1930 r235d561b 169 169 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 170 170 -DCMAKE_BUILD_TYPE=Release \ 171 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/ PROGRAM=wireshark-&wireshark-version; \171 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/wireshark-&wireshark-version; \ 172 172 -G Ninja \ 173 173 .. && … … 185 185 186 186 install -v -m755 -d /usr/share/doc/wireshark-&wireshark-version; && 187 install -v -m644 README.linux doc/README.*doc/{*.pod,randpkt.txt} \187 install -v -m644 ../README.linux ../doc/README.* ../doc/{*.pod,randpkt.txt} \ 188 188 /usr/share/doc/wireshark-&wireshark-version; && 189 189
Note:
See TracChangeset
for help on using the changeset viewer.