Skip to content

Commit

Permalink
fix unpack into sysroot for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Nov 9, 2023
1 parent 44011c8 commit b5e036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/freebsd-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ install_freebsd_package() {
mkdir "${td}"/package
curl --retry 3 -sSfL "${pkg_source}/${path}" -O
tar -C "${td}/package" -xJf "${pkg}"
cp -r "${td}/package/usr/local"/* "${destdir}"/
cp -r "${td}/package"/* "${destdir}"/

rm "${td:?}/${pkg}"
rm -rf "${td:?}/package"
Expand Down

0 comments on commit b5e036e

Please sign in to comment.