summaryrefslogtreecommitdiff
blob: 094480212f12006a7cddaed5da8ebbc1dbdf7162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)						\