(mh_finish_install): Bugfix.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment