diff --git a/x230/build.sh b/x230/build.sh index 1a9e62c..9fdf35f 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -76,4 +76,4 @@ CONFIGFILE_READY=$(echo $CONFIGFILE | cut -d'-' -f2-) cp $CONFIGFILE $CONFIGFILE_READY cd .. -./build.sh --clean-slate --commit $(ls -1 x230/config-* | cut -c 13-22) x230 +./build.sh --clean-slate --commit $(ls -1 x230/defconfig-* | cut -d'-' -f2-) x230