fetchb4: enhancements
This commit is contained in:
parent
18612036d7
commit
ecdf449848
|
@ -2,5 +2,5 @@ if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
echo "Downloading kernel patch $msgid into $out"
|
echo "Downloading kernel patch $msgid into $out"
|
||||||
export HOME="/tmp"
|
export HOME="$TMP"
|
||||||
PYTHONHASHSEED=0 b4 am -C -T $b4_flags -o- "$msgid" > "$out"
|
PYTHONHASHSEED=0 b4 -n am -C -T $b4_flags -o- "$msgid" > "$out"
|
||||||
|
|
Loading…
Reference in New Issue