aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2001-04-12 04:26:31 +0000
committerDaouda Lo <daouda@mandriva.com>2001-04-12 04:26:31 +0000
commit643de2aee8ccdcf0acb805b6dc11b45b0625bdd4 (patch)
tree63346ad987c7d65ec456df792e06bfdcf0718234
parentb1ad8be22d16ebc4399b3d781d53c6227230fdfb (diff)
downloadcommon-data-643de2aee8ccdcf0acb805b6dc11b45b0625bdd4.tar
common-data-643de2aee8ccdcf0acb805b6dc11b45b0625bdd4.tar.gz
common-data-643de2aee8ccdcf0acb805b6dc11b45b0625bdd4.tar.bz2
common-data-643de2aee8ccdcf0acb805b6dc11b45b0625bdd4.tar.xz
common-data-643de2aee8ccdcf0acb805b6dc11b45b0625bdd4.zip
remove kdelnk dir
-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) \