aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-11 21:51:43 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-11 21:51:43 +0200
commitbf023c55cb00da9c00a02c446e72a5fc9de2c05e (patch)
treea932fb4ce40fbc6f3341a6499ce0d1e860c60e29 /testing
parent10ffd057ca835020a8376a74f5d19c81c374ec12 (diff)
testing/cpupower: set NLS to false also in package()
Diffstat (limited to 'testing')
-rw-r--r--testing/cpupower/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cpupower/APKBUILD b/testing/cpupower/APKBUILD
index 6dfb7b94156..51c9b52491a 100644
--- a/testing/cpupower/APKBUILD
+++ b/testing/cpupower/APKBUILD
@@ -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