repo/xorg/xinit/build
2019-06-28 09:33:04 +03:00

9 lines
115 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-xinitdir=/etc/X11/xinit
make
make DESTDIR="$1" install