aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/releasing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index f65d6d4173d..d105bc96f6a 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -474,9 +474,9 @@ Here is one solution that I've been using.
cd .. && rm -rf mesa-$__version
# Test the automake binaries
- tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
# Restore LLVM_CONFIG, if applicable:
# export LLVM_CONFIG=`echo $save_LLVM_CONFIG`; unset save_LLVM_CONFIG
+ tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
./configure \
--with-dri-drivers=i965,swrast \
--with-gallium-drivers=swrast \