aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-06 02:45:22 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-06 02:45:22 +0000
commit07546a727960771db593d9858b74d726b28074ec (patch)
treec7a232c6677b732b954800b6112c4a8783aa5ccb /Makefile.am
parentaf22672ed790bafe382acdb418584831ca982306 (diff)
Fix installation of wireshark.desktop (create the directory first)
svn path=/trunk/; revision=47507
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1fc8ffac3a..6676fa8964 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -548,7 +548,7 @@ FORCE:
AM_V_PERL = $(am__v_PERL_@AM_V@)
am__v_PERL_ = $(am__v_PERL_@AM_DEFAULT_V@)
am__v_PERL_0 = @echo " PERL " $@;
-am__v_PERL_1 =
+am__v_PERL_1 =
svnversion.h: FORCE
$(AM_V_PERL)$(PERL) $(srcdir)/make-version.pl $(srcdir)
@@ -1060,7 +1060,7 @@ rpm-package: dist
# Install some desktop files (for use with GNOME and/or freedesktop.org-compliant desktops?)
install_desktop_files:
- mkdir -p $(DESTDIR)/$(datarootdir)/{icons/gnome/{16x16,32x32,48x48,256x256}/mimetypes,mime/packages}
+ mkdir -p $(DESTDIR)/$(datarootdir)/{icons/gnome/{16x16,32x32,48x48,256x256}/mimetypes,mime/packages,applications}
install -m 644 -T wireshark-mime-package.xml $(DESTDIR)/$(datarootdir)/mime/packages/wireshark.xml
install -m 644 -T wireshark.desktop $(DESTDIR)/$(datarootdir)/applications/wireshark.desktop
mkdir -p $(DESTDIR)/$(datarootdir)/icons/hicolor/{16x16,32x32,48x48,64x64,256x256}/apps