wok-undigest view linux/stuff/devtools/up-linux.sh @ rev 1217

copied linux receipt and stuff from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 16:49:43 2019 +0100 (2019-11-15)
parents
children
line source
1 #!/bin/sh
2 # up-linux: update versions of all the packages depending on the Linux version
4 . /lib/libtaz.sh
6 WOK=$(cd $(dirname $0) && pwd | sed 's/wok.*/wok/')
7 . $WOK/linux/receipt
9 action 'Update packages version to %s...' "$VERSION"
10 for i in $SIBLINGS; do
11 sed -i "s|^VERSION=.*$|VERSION=\"$VERSION\"|" $WOK/$i/receipt
12 done
13 status