From e79a208ea11b527c3464eeb09dd0dff70fc61136 Mon Sep 17 00:00:00 2001 From: MathuSum Mut Date: Tue, 6 Nov 2018 23:47:23 +0100 Subject: [PATCH] Updated build script --- mk/linux/build-zg-nodeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/linux/build-zg-nodeps.sh b/mk/linux/build-zg-nodeps.sh index 9af1a7de4..72730ab84 100755 --- a/mk/linux/build-zg-nodeps.sh +++ b/mk/linux/build-zg-nodeps.sh @@ -325,6 +325,6 @@ else echo '' echo 'BUILD COMPLETE.' echo '' - echo 'To launch ZetaGlest from the current directory, use:' - echo ' ./build/zetaglest' + echo 'The ZetaGlest executable can be found using the following path:' + echo ' zetaglest/mk/linux/build/zetaglest' fi