diff options
-rw-r--r-- | docs/releasing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index d650910075..2ed66a13f4 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -345,7 +345,7 @@ Here is one solution that I've been using. tar -xaf mesa-$__version.tar.xz && cd mesa-$__version && scons && cd .. # Test the automake binaries - rm -rf cd mesa-$__version + rm -rf mesa-$__version tar -xaf mesa-$__version.tar.xz && cd mesa-$__version ./configure \ --with-dri-drivers=i965,swrast \ |