Try to please the buildboots by plasing th '#' at the begining of the

line.

Change-Id: Ie17e83504e7fbccb71190b3fdbfb6ad3507a806e
Reviewed-on: https://code.wireshark.org/review/5584
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2014-12-03 12:57:38 +01:00 committed by Anders Broman
parent c4602e1c0c
commit db462ceb1b
1 changed files with 11 additions and 11 deletions

View File

@ -1441,17 +1441,17 @@ install-data-local:
done
mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps
install -m 644 $(srcdir)/image/wsicon.svg $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/wireshark.svg
#
# XXX - can we just do this ourselves? update-mime-database would
# presumably write to stuff under $(datadir)/mime; if we pass it
# $(DESTDIR)$(datadir)/mime, that should not require root
# privileges if nothing under $(DESTDIR) does. However, getting
# update-desktop-database to do the right thing might be
# trickier; the man page for it says that, if not passed a
# directory argument, it processes the files "installed in
# $XDG_DATA_DIRS/applications", but $XDG_DATA_DIRS is a sequence
# of directories, not just a single directory.
#
#
# XXX - can we just do this ourselves? update-mime-database would
# presumably write to stuff under $(datadir)/mime; if we pass it
# $(DESTDIR)$(datadir)/mime, that should not require root
# privileges if nothing under $(DESTDIR) does. However, getting
# update-desktop-database to do the right thing might be
# trickier; the man page for it says that, if not passed a
# directory argument, it processes the files "installed in
# $XDG_DATA_DIRS/applications", but $XDG_DATA_DIRS is a sequence
# of directories, not just a single directory.
#
@echo "Don't forget to run \"update-desktop-database\" and \"update-mime-database $(datadir)/mime\""
uninstall-local: