diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-11 21:51:43 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-11 21:51:43 +0200 |
commit | bf023c55cb00da9c00a02c446e72a5fc9de2c05e (patch) | |
tree | a932fb4ce40fbc6f3341a6499ce0d1e860c60e29 /testing/cpupower | |
parent | 10ffd057ca835020a8376a74f5d19c81c374ec12 (diff) | |
download | aports-bf023c55cb00da9c00a02c446e72a5fc9de2c05e.tar.bz2 aports-bf023c55cb00da9c00a02c446e72a5fc9de2c05e.tar.xz |
testing/cpupower: set NLS to false also in package()
Diffstat (limited to 'testing/cpupower')
-rw-r--r-- | testing/cpupower/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cpupower/APKBUILD b/testing/cpupower/APKBUILD index 6dfb7b9415..51c9b52491 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 |