repo/xorg/libfontenc/build
2019-06-28 00:11:37 +03:00

9 lines
124 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-fontrootdir=/usr/share/fonts/X11
make
make DESTDIR="$1" install