Skip to content
Snippets Groups Projects
Commit ede30c5d authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fixed make install to work with broken shells.

Rev: src/Makefile.in:1.47
parent 46ea9915
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ install:
@if [ -f "$(exec_prefix)/pike" ]; then \
echo Renaming old "$(exec_prefix)/pike" to "$(exec_prefix)/pike.old"; \
mv -f "$(exec_prefix)/pike" "$(exec_prefix)/pike.old"; \
fi
else : ; fi
@echo "$(exec_prefix)/pike"; $(INSTALL) ./pike $(exec_prefix)
@if [ -f $(SRCDIR)/../bin/hilfe ]; then \
echo "$(exec_prefix)/hilfe"; \
......
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