PATH="$PWD/zygo:$ORIG_PATH"
# Rename the kernel directory
-rename-kernel
+rename-kernel -zb64
# Reread $PWD
cd .
MODULE_LOC=$PWD/../modules
set +a
make-kpkg modules_clean clean
- make-kpkg --revision $rev binary && make-kpkg modules_image
+ MAKEFLAGS='EXTRAVERSION=-zb64' make-kpkg --revision $rev binary && make-kpkg modules_image
) 2>&1 | tee make.log
elif [ -s /usr/src/"$x"-source.tar.gz ]; then
trash "$x"
(cd .. && tar xzf /usr/src/"$x"-source.tar.gz)
+ elif [ -s /usr/src/"$x"-source.xz ]; then
+ trash "$x"
+ (cd .. && tar xf /usr/src/"$x"-source.xz -I xz)
else
echo "Can't figure out where module '$x' came from"
fi