mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Remove reference to dnsd from the base recipe
It no longer exists.
This commit is contained in:
parent
cf34a9397d
commit
090cb71aea
@ -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