Skip to content

Fix bug 975943

Diederik de Haas requested to merge (removed):fix-bug-975943 into master

The fix for bug #971748 caused bug #975943 because DPKG_MAINTSCRIPT_ARCH isn't always set, resulting in an empty $arch variable.

I added a check whether DPKG_MAINTSCRIPT_ARCH is set and if so, use that. If not, use an alternative method with file and awk. It could possibly replace the DPKG_MAINTSCRIPT_ARCH method, but I'll leave that up to the maintainer.

Also fixes raspi-team/image-specs#37 (closed)

Merge request reports

Loading