Skip to content
Snippets Groups Projects
Commit 1b667e27 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug in install-target sub-target hilfe.

Rev: src/Makefile.in:1.59
parent 1651ced6
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ install:
mv $(exec_prefix)/hilfe $(exec_prefix)/hilfe.old; \
else : ; fi && \
( sed -e 's!/usr/local/bin!$(exec_prefix)!' <$(TMP_BINDIR)/hilfe \
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix) || exit 1\
>./hilfe && chmod 755 ./hilfe && $(INSTALL) ./hilfe $(exec_prefix)) || exit 1 ; \
else \
$(INSTALL) $(TMP_BINDIR)/hilfe $(exec_prefix) || exit 1; \
fi; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment