summaryrefslogtreecommitdiff
path: root/repo/x11
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11')
-rw-r--r--repo/x11/libxdmcp.xibuild1
-rw-r--r--repo/x11/xorgproto.xibuild8
2 files changed, 4 insertions, 5 deletions
diff --git a/repo/x11/libxdmcp.xibuild b/repo/x11/libxdmcp.xibuild
index 8689935..2a0a481 100644
--- a/repo/x11/libxdmcp.xibuild
+++ b/repo/x11/libxdmcp.xibuild
@@ -10,7 +10,6 @@ DESC="X11 Display Manager Control Protocol library"
build () {
./configure $XORG_CONFIG --docdir=/usr/share/doc/libXdmcp-$PKG_VER &&
make
-
}
package () {
diff --git a/repo/x11/xorgproto.xibuild b/repo/x11/xorgproto.xibuild
index 227196d..f49cf52 100644
--- a/repo/x11/xorgproto.xibuild
+++ b/repo/x11/xorgproto.xibuild
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
-MAKEDEPS="ninja meson asciidoc libxslt xmlto"
+MAKEDEPS="ninja meson asciidoc libxslt xmlto bash"
DEPS="xorg-util-macros"
PKG_VER=2021.5
@@ -18,6 +18,6 @@ build () {
package () {
DESTDIR=$PKG_DEST ninja install &&
- install -vdm 755 $PKG_DEST$XORG_PREFIX/share/doc/xorgproto-$PKG_VER &&
- install -vm 644 ../[^m]*.txt ../PM_spec $PKG_DEST$XORG_PREFIX/share/doc/xorgproto-$PKG_VER
+ install -dm 755 $PKG_DEST$XORG_PREFIX/share/doc/xorgproto-$PKG_VER &&
+ install -m 644 ../[^m]*.txt ../PM_spec $PKG_DEST$XORG_PREFIX/share/doc/xorgproto-$PKG_VER
}