wok-6.x rev 18233
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:23:11 2015 +0200 (2015-07-23) |
parents | 38b9b5003833 |
children | abecef518624 |
files | linld/stuff/tobzimage |
line diff
1.1 --- a/linld/stuff/tobzimage Thu Jul 23 12:19:27 2015 +0200 1.2 +++ b/linld/stuff/tobzimage Thu Jul 23 12:23:11 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 #!/bin/sh 1.5 1.6 if [ "$1" == "--build" ]; then #install-begin 1.7 - cat tobzimage.bin | gzip -9 | uuencode -m | sed \ 1.8 + cat tobzimage.bin | gzip -9 | uuencode -m - | sed \ 1.9 -e '/^tobzimage$/r/dev/stdin' -e '/^tobzimage$/d' \ 1.10 -e '/install-begin$/,/install-end$/d' -i $0 1.11 exit