	if test -n "$D"; then
		PSEUDO_UNLOAD=1 qemu-nios2 -r 3.19  -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/bin/udevadm hwdb --update \
			--root $D
		chown root:root $D/etc/udev/hwdb.bin
	else
		udevadm hwdb --update
	fi
