mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
xbps-src: hooks/create-xbps-vpkg-files: create vpkg conf files in usr/share/xbps/virtualpkg.d.
This commit is contained in:
parent
b747269490
commit
b8aa34ce24
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ hook() {
|
||||||
for f in ${provides}; do
|
for f in ${provides}; do
|
||||||
echo "virtualpkg=${f}:${pkgname}" >>${_tmpf}
|
echo "virtualpkg=${f}:${pkgname}" >>${_tmpf}
|
||||||
done
|
done
|
||||||
install -Dm644 ${_tmpf} ${PKGDESTDIR}/etc/xbps/virtualpkg.d/${pkgname}.vpkg
|
install -Dm644 ${_tmpf} ${PKGDESTDIR}/usr/share/xbps/virtualpkg.d/${pkgname}.conf
|
||||||
rm -f ${_tmpf}
|
rm -f ${_tmpf}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue