diff options
author | Albert Astals Cid <aacid@kde.org> | 2007-09-04 22:09:06 +0000 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2007-09-04 22:09:06 +0000 |
commit | 72e009bc42118c5ccc0a5fea35764f42597d388c (patch) | |
tree | f3534e4e4ee676a22a21b730d981b108eff73140 | |
parent | d1486f8c68f8619f9b84698c58658fecc92a4da1 (diff) |
Make it work on solaris, patch by brian.cameron@sun.com
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |