Actions
Bug #3217
openrescue tools: make install fails if rescue folder doesn't exist
Start date:
11/27/2019
Due date:
% Done:
0%
Estimated time:
Description
boojum# ls -l /rescue
ls: /rescue: No such file or directory
boojum# make install
--------------------------------------------------------------
--------------------------------------------------------------installing rescue tools to /rescue ...
(cd /usr/src/initrd/oinit; LC_ALL=C make -m /usr/src/initrd/../share/mk BINDIR=/rescue install)
install -s -o root -g wheel -m 555 oinit /rescue
(cd /usr/src/initrd/rescue; LC_ALL=C make -m /usr/src/initrd/../share/mk BINDIR=/rescue install)
install -s -o root -g wheel -m 555 rescue /rescue
install -o root -g wheel -m 555 /usr/src/initrd/rescue/dowpa /rescue/dowpa
install: /rescue/dowpa: Not a directory
- Error code 71
make1: stopped in /usr/src/initrd/rescue
- Error code 1
Stop.
make: stopped in /usr/src/initrd
Actions