diff options
Diffstat (limited to 'testing/fotoxx/no-xdg-desktop-menu.patch')
-rw-r--r-- | testing/fotoxx/no-xdg-desktop-menu.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/fotoxx/no-xdg-desktop-menu.patch b/testing/fotoxx/no-xdg-desktop-menu.patch new file mode 100644 index 000000000..0e2813fb8 --- /dev/null +++ b/testing/fotoxx/no-xdg-desktop-menu.patch @@ -0,0 +1,10 @@ +--- ./Makefile.orig ++++ ./Makefile +@@ -76,7 +76,6 @@ + rm -f fotoxx.1.gz + # menu (desktop) file + cp -f desktop $(DESTDIR)$(MENUFILE) +- xdg-desktop-menu install $(DESTDIR)$(MENUFILE) + + uninstall: + rm -f $(DESTDIR)$(BINDIR)/fotoxx |