Little display fix.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1208 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
ceylo 2009-08-28 19:52:15 +00:00
parent 7b37972deb
commit ba3e7bd350

View File

@ -367,7 +367,7 @@ build_packages()
# Build the C++ SDK package # Build the C++ SDK package
if [ "$SHOULD_CONSIDER_CXX" == "yes" ] if [ "$SHOULD_CONSIDER_CXX" == "yes" ]
then then
echo "Building C++ SDK package..." printf "Building C++ SDK package..."
make_dir "$CXX_SDK_PACKAGE_DIR" make_dir "$CXX_SDK_PACKAGE_DIR"
for dir in "${CXX_SDK_DIRS[@]}" for dir in "${CXX_SDK_DIRS[@]}"
do do
@ -393,7 +393,7 @@ build_packages()
check_last_process " done" check_last_process " done"
# Build the C++ Dev package # Build the C++ Dev package
echo "Building C++ Development package..." printf "Building C++ Development package..."
make_dir "$CXX_DEV_PACKAGE_DIR" make_dir "$CXX_DEV_PACKAGE_DIR"
for dir in "${CXX_DEV_DIRS[@]}" for dir in "${CXX_DEV_DIRS[@]}"
do do
@ -429,7 +429,7 @@ build_packages()
# Build the C SDK package # Build the C SDK package
if [ "$SHOULD_CONSIDER_C" == "yes" ] if [ "$SHOULD_CONSIDER_C" == "yes" ]
then then
echo "Building C SDK package..." printf "Building C SDK package..."
make_dir "$C_SDK_PACKAGE_DIR" make_dir "$C_SDK_PACKAGE_DIR"
for dir in "${C_SDK_DIRS[@]}" for dir in "${C_SDK_DIRS[@]}"
do do
@ -451,7 +451,7 @@ build_packages()
check_last_process " done" check_last_process " done"
# Build the C Development package # Build the C Development package
echo "Building C Development package..." printf "Building C Development package..."
make_dir "$C_DEV_PACKAGE_DIR" make_dir "$C_DEV_PACKAGE_DIR"
for dir in "${C_DEV_DIRS[@]}" for dir in "${C_DEV_DIRS[@]}"
do do