You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch

16 lines
524 B

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) \