Simple error correction

This commit is contained in:
Mathieu Maret 2009-11-06 10:57:06 +01:00
parent e84b75af42
commit 878c56ed06
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ NOWHERE=$PWD
aptitude install openbox obconf obmenu
aptitude install libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev #libxrand-dev
if [ ! -f ./tint2-read-only ]; then
if [ ! -d ./tint2-read-only ]; then
svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-read-only
fi