From 72e009bc42118c5ccc0a5fea35764f42597d388c Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 4 Sep 2007 22:09:06 +0000 Subject: Make it work on solaris, patch by brian.cameron@sun.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3