# HG changeset patch # User Pascal Bellard # Date 1437646991 -7200 # Node ID 66bb11544abe82848bd2bde77781074a0d26d2e9 # Parent 38b9b500383314982af38ffcad8d50ba18705ed0 linld: add tobzimage (again) diff -r 38b9b5003833 -r 66bb11544abe linld/stuff/tobzimage --- a/linld/stuff/tobzimage Thu Jul 23 12:19:27 2015 +0200 +++ b/linld/stuff/tobzimage Thu Jul 23 12:23:11 2015 +0200 @@ -1,7 +1,7 @@ #!/bin/sh if [ "$1" == "--build" ]; then #install-begin - cat tobzimage.bin | gzip -9 | uuencode -m | sed \ + cat tobzimage.bin | gzip -9 | uuencode -m - | sed \ -e '/^tobzimage$/r/dev/stdin' -e '/^tobzimage$/d' \ -e '/install-begin$/,/install-end$/d' -i $0 exit