mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
build.sh: minor cleanup
This commit is contained in:
parent
fa4be1dd3b
commit
162eb0c429
2
build.sh
2
build.sh
@ -17,8 +17,6 @@ board=$1
|
||||
target=${*:2}
|
||||
cd $(dirname $0)
|
||||
basedir=$(pwd)
|
||||
osname=$(source $basedir/board/common/overlay/etc/version && echo $os_short_name)
|
||||
osversion=$(source $basedir/board/common/overlay/etc/version && echo $os_version)
|
||||
gzip=$(which pigz 2> /dev/null || which gzip 2> /dev/null)
|
||||
|
||||
# extra environment from local file
|
||||
|
Loading…
x
Reference in New Issue
Block a user