Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4408 | minor | always | 02-24-11 13:50 | 02-24-11 17:16 | |
|
|||||
Reporter: | copart | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.15 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.16 | ||
|
|||||
Summary: | 0004408: cp: /usr/local/resin-4.0.15/resin-doc not found During make install | ||||
Description: |
] make install Installing Resin root directory /usr/local/resin-4.0.15 cp: /usr/local/resin-4.0.15/resin-doc not found *** Error code 2 The following command caused the error: ... mkdir -p /usr/local/resin-4.0.15/doc; \ cp -r doc/* /usr/local/resin-4.0.15/resin-doc; \ /// make: Fatal error: Command failed for target `install' |
||||
Steps To Reproduce: | |||||
Additional Information: |
mkdir -p /usr/local/resin-4.0.15/doc should be mkdir -p /usr/local/resin-4.0.15/resin-doc; line 591 of Makefile.in mkdir -p $(resin_root)/doc; \ cp -r $(CP_U_FLAG) doc/* $(resin_root)/resin-doc; \ |
||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |