aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e168b10..c4eebd9 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ clean:
find . -type d -name '.xvpics'|xargs rm -rf
merge-translations:
- for i in `find kde kdelnk gnome old special -name "*.in"` ; \
+ for i in `find kde gnome old special -name "*.in"` ; \
do \
case "$$i" in \
*.links.desktop.in) \