diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-29 19:53:03 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-09-29 19:53:03 +0200 |
commit | b58342bb0fad59f857ce65228d3be60a9497ac11 (patch) | |
tree | 19be863fb45b39929f8f323e639b81733b7ce6f6 /xkeyboard-config | |
parent | 056cd25828ff5f5ae5371fe474d574154226efe9 (diff) | |
download | xorg-b58342bb0fad59f857ce65228d3be60a9497ac11.tar.gz xorg-b58342bb0fad59f857ce65228d3be60a9497ac11.tar.xz |
xkeyboard-config: build with 'make -j1'
Diffstat (limited to 'xkeyboard-config')
-rw-r--r-- | xkeyboard-config/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xkeyboard-config/Pkgfile b/xkeyboard-config/Pkgfile index 068eb5d6..39e206d4 100644 --- a/xkeyboard-config/Pkgfile +++ b/xkeyboard-config/Pkgfile @@ -5,7 +5,7 @@ name=xkeyboard-config version=2.7 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/data/$name/$name-$version.tar.bz2) build() { @@ -16,7 +16,7 @@ build() { --with-xkb-base=/usr/share/X11/xkb \ --with-xkb-rules-symlink=xorg - make + make -j1 make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale |