wok-undigest annotate linux/stuff/devtools/up-linux.sh @ rev 1257
recook binutils
author | Hans-Günter Theisgen |
---|---|
date | Sat Aug 13 10:55:58 2022 +0100 (2022-08-13) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@1217 | 1 #!/bin/sh |
Hans-Günter@1217 | 2 # up-linux: update versions of all the packages depending on the Linux version |
Hans-Günter@1217 | 3 |
Hans-Günter@1217 | 4 . /lib/libtaz.sh |
Hans-Günter@1217 | 5 |
Hans-Günter@1217 | 6 WOK=$(cd $(dirname $0) && pwd | sed 's/wok.*/wok/') |
Hans-Günter@1217 | 7 . $WOK/linux/receipt |
Hans-Günter@1217 | 8 |
Hans-Günter@1217 | 9 action 'Update packages version to %s...' "$VERSION" |
Hans-Günter@1217 | 10 for i in $SIBLINGS; do |
Hans-Günter@1217 | 11 sed -i "s|^VERSION=.*$|VERSION=\"$VERSION\"|" $WOK/$i/receipt |
Hans-Günter@1217 | 12 done |
Hans-Günter@1217 | 13 status |