mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge branch 'fix_base_recipe' into 'master'
Remove reference to dnsd from the base recipe See merge request redox-os/cookbook!513
This commit is contained in:
commit
09077fc533
@ -17,9 +17,7 @@ done
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/netstack/Cargo.toml" \
|
||||
${build_flags}
|
||||
for bin in smolnetd dnsd; do
|
||||
cp -v \
|
||||
"target/${TARGET}/${build_type}/${bin}" \
|
||||
"${COOKBOOK_STAGE}/usr/bin/${bin}"
|
||||
done
|
||||
cp -v \
|
||||
"target/${TARGET}/${build_type}/smolnetd" \
|
||||
"${COOKBOOK_STAGE}/usr/bin/smolnetd"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user