summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 952ed17..9b3f108 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2132,11 +2132,11 @@ if [ "yes" = "$simulator" ]; then
# setup compiler and things for simulator
simcc
- if [ -d "archos" ]; then
- echo "sub directory archos already present"
+ if [ -d "simdisk" ]; then
+ echo "Subdirectory 'simdisk' already present"
else
- mkdir archos
- echo "created an archos subdirectory for simulating the hard disk"
+ mkdir simdisk
+ echo "Created a 'simdisk' subdirectory for simulating the hard disk"
fi
fi