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

Fixed patch for previous change

parent 0d963e03
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ EOF
then
for BIN in /bin/uname /usr/bin/arch
do
[ -f $BIN ] || continue
[ -f $CHROOT/$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