mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Bug fix for mkpkg script
This commit is contained in:
parent
8f3c06a667
commit
6b054c3b90
@ -21,10 +21,10 @@ test=${OK}
|
|||||||
|
|
||||||
function build_package ()
|
function build_package ()
|
||||||
{
|
{
|
||||||
printf "%-52s" "$1"
|
printf "%-31s" "$1"
|
||||||
rm -f {LOG}
|
rm -f ${LOG}
|
||||||
rm -f {LOG_OK_FILE}
|
rm -f ${LOG_OK_FILE}
|
||||||
rm -f {LOG_FAIL_FILE}
|
rm -f ${LOG_FAIL_FILE}
|
||||||
rm -f ${DEPENDENCY}
|
rm -f ${DEPENDENCY}
|
||||||
|
|
||||||
make $1-dirclean > /dev/null 2>&1
|
make $1-dirclean > /dev/null 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user