wok-6.x diff linld/stuff/tobzimage @ rev 18416
linux: add CONFIG_DRM_TDFX=m
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Sep 20 12:56:13 2015 -0400 (2015-09-20) |
parents | 38b9b5003833 |
children | 86c9fae82f47 |
line diff
1.1 --- a/linld/stuff/tobzimage Thu Jul 23 12:19:27 2015 +0200 1.2 +++ b/linld/stuff/tobzimage Sun Sep 20 12:56:13 2015 -0400 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