diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-21 08:33:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-21 08:33:33 +0000 |
commit | 632b36071ca4877232143cd9fc176eaf267aa05a (patch) | |
tree | d34195432445e4b9b636f9252d376cf76a9d78f2 /testing/xbindkeys | |
parent | c9b76d8d27f595766280a8efab3f3431799bcbbf (diff) | |
download | aports-632b36071ca4877232143cd9fc176eaf267aa05a.tar.bz2 aports-632b36071ca4877232143cd9fc176eaf267aa05a.tar.xz |
testing/xbindkeys: build fix
Diffstat (limited to 'testing/xbindkeys')
-rw-r--r-- | testing/xbindkeys/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xbindkeys/APKBUILD b/testing/xbindkeys/APKBUILD index 4f45ef1839..6f00dd7c67 100644 --- a/testing/xbindkeys/APKBUILD +++ b/testing/xbindkeys/APKBUILD @@ -24,7 +24,7 @@ build() { package() { cd "$builddir" - make DESTDIR="$pkgdir" install + make -j1 DESTDIR="$pkgdir" install } md5sums="c6ea9db56e075dae0697497e2ed390cc xbindkeys-1.8.6.tar.gz" |