diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-23 14:26:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-23 14:26:03 +0000 |
commit | 9e14413e127fc70cb5c0ea769ccbbfee10ef088c (patch) | |
tree | 76708c59a16e338649081bfaf8a7dfd5ad2ea8ef /testing/fotoxx/no-xdg-desktop-menu.patch | |
parent | 589bfd5932ff3368c7aa62a7040580f8d7172079 (diff) | |
download | aports-9e14413e127fc70cb5c0ea769ccbbfee10ef088c.tar.bz2 aports-9e14413e127fc70cb5c0ea769ccbbfee10ef088c.tar.xz |
testing/fotoxx: upgrade to 12.07.1
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 |