mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
docs/releasing: remove stray "cd"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
b755f2f233
commit
9924cdecd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue