summaryrefslogtreecommitdiff
path: root/xkeyboard-config
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2012-09-29 19:53:03 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2012-09-29 19:53:03 +0200
commitb58342bb0fad59f857ce65228d3be60a9497ac11 (patch)
tree19be863fb45b39929f8f323e639b81733b7ce6f6 /xkeyboard-config
parent056cd25828ff5f5ae5371fe474d574154226efe9 (diff)
downloadxorg-b58342bb0fad59f857ce65228d3be60a9497ac11.tar.gz
xorg-b58342bb0fad59f857ce65228d3be60a9497ac11.tar.xz
xkeyboard-config: build with 'make -j1'
Diffstat (limited to 'xkeyboard-config')
-rw-r--r--xkeyboard-config/Pkgfile4
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

Generated by cgit