mkrootfs: fix xbps-query with remote repos.

This commit is contained in:
Juan RP 2014-01-22 10:21:57 +01:00
parent 9fd80621ad
commit 5077411bd0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ fi
mkdir -p $rootfs/var/db/xbps/keys
cp $KEYSDIR/${VOIDRSAPUBKEY}.plist $rootfs/var/db/xbps/keys
run_cmd "xbps-query -R ${XBPS_REPO} -ppkgver $PKGBASE"
run_cmd "xbps-query -S -r $rootfs -R ${XBPS_REPO} -ppkgver $PKGBASE"
chmod 755 $rootfs