Skip to content
Snippets Groups Projects
Commit 0d963e03 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Added check for the existance of the binaries to be replaced inside the build jais

parent fa80f518
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ EOF
then
for BIN in /bin/uname /usr/bin/arch
do
[ -f $BIN ] || continue
mv $CHROOT/$BIN $CHROOT/$BIN.orig
cat << EOF > $CHROOT/$BIN
#!/bin/sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment