| Summary: | dhcp.mk copies S80dhcp-server to etc/init.d, not etc/init.d/ | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Dmitry K <dmitry> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Dmitry K
2011-02-01 12:20:47 UTC
After reading install manual, for me it seems you are completely right. You actually have to use install -D file dest/dir/file, otherwise it will fail if dest/dir doesn't exist (which is the whole point of install -D). Anyway, fixed in git - thanks! |