diff options
author | Daouda Lo <daouda@mandriva.com> | 2001-04-12 04:26:31 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2001-04-12 04:26:31 +0000 |
commit | 643de2aee8ccdcf0acb805b6dc11b45b0625bdd4 (patch) | |
tree | 63346ad987c7d65ec456df792e06bfdcf0718234 /Makefile | |
parent | b1ad8be22d16ebc4399b3d781d53c6227230fdfb (diff) | |
download | common-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |