Commit 97fa13ee 97fa13ee8b53c0914d33ff09b6b4165400296cf3 by Sergey Poznyakoff

(mh_finish_install): Bugfix.

1 parent 770c92dc
...@@ -65,6 +65,6 @@ install-exec-hook: @BUILD_MH_EXEC_HOOK@ ...@@ -65,6 +65,6 @@ install-exec-hook: @BUILD_MH_EXEC_HOOK@
65 mh_finish_install: 65 mh_finish_install:
66 @here=`pwd`; \ 66 @here=`pwd`; \
67 cd $(DESTDIR); \ 67 cd $(DESTDIR); \
68 -rm -f $(bindir)/folders; \ 68 rm -f $(bindir)/folders; \
69 $(LN_S) $(bindir)/folder $(bindir)/folders; \ 69 $(LN_S) $(bindir)/folder $(bindir)/folders; \
70 cd $$here 70 cd $$here
......