Use the *new* source tree when building the bootstrap image.

cvs
Trent Buck 2006-01-19 21:31:25 +00:00
parent d0f9eb46bc
commit 6d9c4d328b
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -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