Wireshark-bugs: [Wireshark-bugs] [Bug 10737] Wireshark should be installing icons as part of "ma

Date: Wed, 03 Dec 2014 03:29:45 +0000

Comment # 10 on bug 10737 from
A quick look at my Ubuntu 14.10 VM indicates that there are a lot of
/usr/share/*/icons directories, most of which have a hicolor subdirectory.

So the right thing for Wireshark to do is

    1) arrange that "make install" put the icons in
$(datadir)/wireshark/icons/hicolor

and

    2) arrange that everything in the code, the build process, etc. that
expects the icons to be in /usr/share/icons/hicolor instead expect them to be
in $(datadir)/wireshark/icons/hicolor

with $(DESTDIR)/ prefixed to the install targets in the install rules, just as
is done now, as per

    https://www.gnu.org/software/automake/manual/automake.html#Staged-Installs


You are receiving this mail because:
  • You are watching all bug changes.