mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Merge branch 'move_dhcpd' into 'master'
Move dhcpd from the netutils repo to the base repo See merge request redox-os/redox!2055
This commit is contained in:
commit
ae8967ed5a
@ -5,7 +5,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git"
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
|
||||
for package in audiod ipcd ptyd; do
|
||||
for package in audiod dhcpd ipcd ptyd; do
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/${package}/Cargo.toml" \
|
||||
${build_flags}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user