From 6d9c4d328bae4bf5d1c11f5f461a91c1b5738eb8 Mon Sep 17 00:00:00 2001 From: Trent Buck Date: Thu, 19 Jan 2006 21:31:25 +0000 Subject: [PATCH] Use the *new* source tree when building the bootstrap image. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 41de1acb98..a485e658ee 100644 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ build-stamp: configure-stamp $(MAKE) linux-$(FARCH) mv f runtime # Build the bootstrap image - echo "USE: image \"$(FARCH)\" make-image" | factor-run --basic debian/make-bootstrap-images.factor # || wget http://factorcode.org/boot.image.$(FARCH) + echo 'USE: image "$(FARCH)" make-image' | factor-run --basic -resource-path=. # || wget http://factorcode.org/boot.image.$(FARCH) mv boot.image.$(FARCH) boot.image # Build the factor image ./runtime boot.image -libraries:sdl:name=libSDL.so -libraries:freetype:name=libfreetype.so