mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
freeipmi: use make_dirs= to create /var/cache/impiseld
This commit is contained in:
parent
810c2796cd
commit
8854588dd8
5 changed files with 5 additions and 5 deletions
0
srcpkgs/freeipmi/files/bmc-watchdog/finish
Executable file → Normal file
0
srcpkgs/freeipmi/files/bmc-watchdog/finish
Executable file → Normal file
0
srcpkgs/freeipmi/files/bmc-watchdog/run
Executable file → Normal file
0
srcpkgs/freeipmi/files/bmc-watchdog/run
Executable file → Normal file
0
srcpkgs/freeipmi/files/ipmidetectd/run
Executable file → Normal file
0
srcpkgs/freeipmi/files/ipmidetectd/run
Executable file → Normal file
2
srcpkgs/freeipmi/files/ipmiseld/run
Executable file → Normal file
2
srcpkgs/freeipmi/files/ipmiseld/run
Executable file → Normal file
|
@ -1,4 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ -d /var/cache/ipmiseld ] || mkdir /var/cache/ipmiseld
|
|
||||||
exec ipmiseld --foreground
|
exec ipmiseld --foreground
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
# Template file for 'freeipmi'
|
# Template file for 'freeipmi'
|
||||||
pkgname=freeipmi
|
pkgname=freeipmi
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-systemdsystemunitdir ac_cv_header_sys_stropts_h=no"
|
configure_args="--without-systemdsystemunitdir ac_cv_header_sys_stropts_h=no"
|
||||||
conf_files="/etc/freeipmi/*.conf"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgcrypt-devel"
|
makedepends="libgcrypt-devel"
|
||||||
short_desc="In-band and out-of-band IPMI software"
|
short_desc="In-band and out-of-band IPMI software"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
# Changelog: http://www.gnu.org/software/freeipmi/NEWS
|
# Changelog: http://www.gnu.org/software/freeipmi/NEWS
|
||||||
homepage="http://www.gnu.org/software/freeipmi/"
|
homepage="http://www.gnu.org/software/freeipmi/"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=31513324591bf8d79d7cdeb39ecfac45e0ea7f6a5905a625a4a906fb8270124a
|
checksum=31513324591bf8d79d7cdeb39ecfac45e0ea7f6a5905a625a4a906fb8270124a
|
||||||
|
|
||||||
|
conf_files="/etc/freeipmi/*.conf"
|
||||||
|
make_dirs="/var/cache/ipmiseld 0755 root root"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
|
aarch64) configure_args+=" ac_cv_header_sys_io_h=no";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue