Changed XBPS_META_PATH to /var/db/xbps rather than /var/cache/xbps.
--HG-- extra : convert_revision : 4e10af13ce05f060ebdfa8ca4e767a269c46b17f
This commit is contained in:
parent
1629f71053
commit
902fb71aa6
6 changed files with 14 additions and 20 deletions
|
@ -30,7 +30,7 @@
|
|||
xbps_write_metadata_pkg()
|
||||
{
|
||||
local destdir=$XBPS_DESTDIR/$pkgname-$version
|
||||
local metadir=$destdir/var/cache/xbps/metadata/$pkgname
|
||||
local metadir=$destdir/var/db/xbps/metadata/$pkgname
|
||||
local prioinst=
|
||||
|
||||
if [ ! -d "$destdir" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue