From 8afbcade1f9144c60dc2d16c8bd3a88032f38332 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 14 Jan 2005 15:31:02 +0000 Subject: [PATCH] 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 --- makehdimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makehdimage b/makehdimage index 6843fb7a4b..4859383c29 100755 --- a/makehdimage +++ b/makehdimage @@ -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"