Changed XBPS_META_PATH to /var/db/xbps rather than /var/cache/xbps.
--HG-- extra : convert_revision : 4e10af13ce05f060ebdfa8ca4e767a269c46b17f
This commit is contained in:
@@ -61,7 +61,7 @@ write_repo_pkgindex()
|
||||
#
|
||||
for i in $(echo $repodir/*.xbps); do
|
||||
pkgname="$(basename ${i%%-[0-9]*.*.$xbps_machine.xbps})"
|
||||
propsf="./var/cache/xbps/metadata/$pkgname/props.plist"
|
||||
propsf="./var/db/xbps/metadata/$pkgname/props.plist"
|
||||
cd $tmppkgdir && tar xfjp $i $propsf
|
||||
if [ $? -ne 0 ]; then
|
||||
msg_warn "Couldn't extract $(basename $i) metadata!"
|
||||
|
||||
Reference in New Issue
Block a user