summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-09-04 22:09:06 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-09-04 22:09:06 +0000
commit72e009bc42118c5ccc0a5fea35764f42597d388c (patch)
treef3534e4e4ee676a22a21b730d981b108eff73140
parentd1486f8c68f8619f9b84698c58658fecc92a4da1 (diff)
Make it work on solaris, patch by brian.cameron@sun.com
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b130de0..6ed4a9d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ install :
install -m 0644 $(unicode-map-files) $(DESTDIR)$(pkgdatadir)/unicodeMap
for f in $(cmap-files); do \
- install -d -m 0755 $(DESTDIR)$(pkgdatadir)/$$(dirname $$f); \
+ install -d -m 0755 $(DESTDIR)$(pkgdatadir)/`dirname $$f`; \
install -m 0644 $$f $(DESTDIR)$(pkgdatadir)/$$f; \
done