removed debugging leftovers
parent
a6ef321c9a
commit
85f0397d97
|
@ -35,7 +35,7 @@ function map(){
|
||||||
local platform="$(grep $bin_platform "${DOCKERDIR}/archmap.txt" | cut -d':' -f2)"
|
local platform="$(grep $bin_platform "${DOCKERDIR}/archmap.txt" | cut -d':' -f2)"
|
||||||
mkdir -p "${DOCKERDIR}/bin/$platform"
|
mkdir -p "${DOCKERDIR}/bin/$platform"
|
||||||
echo "Mapped ${file} to $platform, copying"
|
echo "Mapped ${file} to $platform, copying"
|
||||||
echo cp "${file}" "${DOCKERDIR}/bin/$platform/${FILEBASENAME}"
|
cp "${file}" "${DOCKERDIR}/bin/$platform/${FILEBASENAME}"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd "$WS_BASE/${BINARYLOOKUPPATH}"
|
cd "$WS_BASE/${BINARYLOOKUPPATH}"
|
||||||
|
|
Loading…
Reference in New Issue