parent
1025e9199f
commit
302992fd3e
@ -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…
x
Reference in New Issue
Block a user