Until now the admindir was specified as $STAGING_DIR_NATIVE/var/dpkg,
which caused update-alternatives to put alternative definitions there.
This patch causes the definitions to be put into the host's rootfs
during rootfs_deb_do_rootfs (when running busybox postinst for
example).
resulting line in Dpkg.pm: our $admindir="$ENV{D}/var/dpkg"
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
--with-zlib \
--with-bz2lib \
--without-selinux \
+ --with-admindir='\$\$$ENV{D}/var/dpkg' \
--without-sgml-doc"
do_stage_append() {