wok-next view linux/stuff/devtools/up-linux.sh @ rev 19595

Up linux (4.9.4)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 17:27:31 2017 +0200 (2017-01-21)
parents
children b53ebb2699ba
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 $SPLIT $SIBLINGS; do
11 sed -i "s|^VERSION=.*$|VERSION=\"$VERSION\"|" $WOK/$i/receipt
12 done
13 status