Commit 5908f96a authored by lynxis lazus's avatar lynxis lazus Committed by Holger Levsen
Browse files

reproducible OpenWrt: try fixing the new Packages.manifest parser

parent 05fa25de
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -590,7 +590,12 @@ fi
GOOD_PACKAGES=0
ALL_PACKAGES=0
cd "$RESULTSDIR/b1"
tree .
for i in * ; do
	if [ ! -d "$i" ] ; then
		continue
	fi

	cd "$i"

	# search packages in both paths to find non-existing ones