mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 03:51:30 +02:00
testing/cpupower: set NLS to false also in package()
This commit is contained in:
parent
10ffd057ca
commit
bf023c55cb
@ -29,7 +29,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$builddir"/tools/power/cpupower
|
||||
make DESTDIR="$pkgdir" mandir="/usr/share/man" install || return 1
|
||||
make NLS=false DESTDIR="$pkgdir" mandir="/usr/share/man" install || return 1
|
||||
|
||||
install -Dm755 "$srcdir"/$pkgname.initd \
|
||||
"$pkgdir"/etc/init.d/$pkgname || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user