mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xbps: create /etc/xbps.d as requested by @chneukirchen.
This commit is contained in:
parent
892bf38fb3
commit
526b21f656
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.51
|
version=0.51
|
||||||
revision=8
|
revision=9
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
@ -48,6 +48,8 @@ post_install() {
|
||||||
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
|
${DESTDIR}/usr/share/xbps.d/00-repository-main.conf
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
vmkdir etc/xbps.d
|
||||||
|
touch ${DESTDIR}/etc/xbps.d/.empty
|
||||||
}
|
}
|
||||||
|
|
||||||
libxbps_package() {
|
libxbps_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue