diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-08-17 10:06:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-03 00:51:23 +0200 |
commit | 17ee17b504f58dc483d69b7206ca8955af8ed6fb (patch) | |
tree | 54d06764089f8c7c0f5348d1f85ca367698a24fb /xfce-extra/thunar-archive-plugin | |
parent | xfce-extra/xfce4-systemload-plugin: remove unused patch (diff) | |
download | gentoo-17ee17b504f58dc483d69b7206ca8955af8ed6fb.tar.gz gentoo-17ee17b504f58dc483d69b7206ca8955af8ed6fb.tar.bz2 gentoo-17ee17b504f58dc483d69b7206ca8955af8ed6fb.zip |
xfce-extra/thunar-archive-plugin: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5460
Diffstat (limited to 'xfce-extra/thunar-archive-plugin')
-rw-r--r-- | xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch deleted file mode 100644 index 094480212f12..000000000000 --- a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/scripts/Makefile.am b/scripts/Makefile.am -index 4da529c..2ba8dec 100644 ---- a/scripts/Makefile.am -+++ b/scripts/Makefile.am -@@ -9,8 +9,8 @@ wrapper_SCRIPTS = \ - install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(wrapperdir) - -( cd $(DESTDIR)$(wrapperdir) ; \ -- test -f gnome-file-roller.tap \ -- || ln -sf file-roller.tap gnome-file-roller.tap ) -+ ln -sf file-roller.tap gnome-file-roller.tap; \ -+ ln -sf file-roller.tap org.gnome.FileRoller.tap; ) - - EXTRA_DIST = \ - $(wrapper_SCRIPTS) \ |