RUN_WITHOUT_APP_SERVER needs to be exported to be visible for jam. Added listimage to the image.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-14 15:31:02 +00:00
parent e332769a38
commit 8afbcade1f
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@ else
echo "Building $imageSize MB image at $imagePath..."
fi
RUN_WITHOUT_APP_SERVER=1
export RUN_WITHOUT_APP_SERVER=1
BEOS_BIN="touch sync ln listarea listattr listsem listport \
true false ls df mount unmount cp mv ps sh mkdir sleep \
grep cat less clockconfig du rm date find locate xargs \
isvolume shutdown safemode sysinfo kill diff cmp more \
renice rmattr addattr listdev pwd chmod chown chgrp dd tee md5sum \
roster"
roster listimage"
BEOS_SYSTEM_LIB="libbe.so libstdc++.r4.so libnet.so"