Rename build-umlhostfs script to build-guestimages

This commit is contained in:
Reto Buerki
2013-01-17 16:54:55 +01:00
committed by Tobias Brunner
parent 90dd71e41c
commit 44e83859e0
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ then
$PWD/scripts/build-guestkernel || exit 1
fi
if [ $ENABLE_BUILD_UMLHOSTFS = "yes" ]
if [ $ENABLE_BUILD_GUESTIMAGES = "yes" ]
then
$PWD/scripts/build-umlhostfs $HOSTS || exit 1
$PWD/scripts/build-guestimages $HOSTS || exit 1
fi