mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
parent
1025e9199f
commit
302992fd3e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r conf ] && . conf
|
||||
[ -r conf ] && . ./conf
|
||||
[ ! -r ${CONF_FILE:-/etc/fancontrol} ] && exit 1
|
||||
exec /usr/bin/fancontrol ${CONF_FILE:-/etc/fancontrol}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lm_sensors'
|
||||
pkgname=lm_sensors
|
||||
version=3.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="MACHINE=${XBPS_TARGET_MACHINE#-musl}"
|
||||
make_install_args="${make_build_args} SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
|
|
Loading…
Add table
Reference in a new issue