mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
pkg-stats: ensure infratype is reset for every package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1ed1a83f1c
commit
697f034f58
@ -105,6 +105,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do
|
|||||||
|
|
||||||
hashost=0
|
hashost=0
|
||||||
hastarget=0
|
hastarget=0
|
||||||
|
infratype=""
|
||||||
|
|
||||||
# Determine package infrastructure
|
# Determine package infrastructure
|
||||||
if grep -E "\(host-autotools-package\)" $i > /dev/null ; then
|
if grep -E "\(host-autotools-package\)" $i > /dev/null ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user