diff --git a/build/linux/make.sh b/build/linux/make.sh index 0f9a53276..b9d24ed85 100755 --- a/build/linux/make.sh +++ b/build/linux/make.sh @@ -57,8 +57,8 @@ perl make.pl SERIAL SONIC cp classes/*.class ../build/linux/work/classes/ ### --- make version without serial for applet exporting -echo Building bagel for export -perl make.pl +echo Building bagel for export with sonic +perl make.pl SONIC cp classes/*.class ../build/linux/work/lib/export/ cd ..