Comment # 10
              on bug 10737
              from  Guy Harris
        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.