lm_sensors: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
c7571eba19
commit
1349d286fb
|
@ -5,8 +5,7 @@ revision=1
|
|||
wrksrc="${pkgname/_/-}-${version//./-}"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="MACHINE=${XBPS_TARGET_MACHINE#-musl}"
|
||||
make_install_args="${make_build_args} PREFIX=/usr SBINDIR=/usr/bin
|
||||
MANDIR=/usr/share/man"
|
||||
make_install_args="${make_build_args} SBINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||
hostmakedepends="flex perl which"
|
||||
depends="perl"
|
||||
short_desc="Utilities to read temperature/voltage/fan sensors"
|
||||
|
@ -18,7 +17,7 @@ checksum=0591f9fa0339f0d15e75326d0365871c2d4e2ed8aa1ff759b3a55d3734b7d197
|
|||
|
||||
conf_files="/etc/sensors3.conf"
|
||||
|
||||
pre_build() {
|
||||
post_patch() {
|
||||
vsed -e 's,CC :=,CC ?=,' -i Makefile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue