diff options
Diffstat (limited to 'core/sbase')
-rwxr-xr-x | core/sbase/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sbase/build b/core/sbase/build index c4f56dc7..437ffb66 100755 --- a/core/sbase/build +++ b/core/sbase/build @@ -4,7 +4,7 @@ AR=$CPT_CROSS_TRIPLET-ar \ RANLIB=$CPT_CROSS_TRIPLET-ranlib -: ${CC:=cc} ${AR:=ar} ${RANLIB:=ranlib} +: "${CC:=cc}" "${AR:=ar}" "${RANLIB:=ranlib}" make CC=$CC AR=$AR RANLIB=$RANLIB LDFLAGS="$LDFLAGS -static" sbase-box make PREFIX=/usr DESTDIR="$1" sbase-box-install |