From bd36e113fed47de6ac33e411daf7a0b2a34bcbf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Oct 2020 22:51:57 +0300 Subject: move non xorg specific packages to extra --- extra/libfontenc/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 extra/libfontenc/build (limited to 'extra/libfontenc/build') diff --git a/extra/libfontenc/build b/extra/libfontenc/build new file mode 100755 index 00000000..b1980f79 --- /dev/null +++ b/extra/libfontenc/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --with-fontrootdir=/usr/share/fonts/X11 + +make +make DESTDIR="$1" install -- cgit v1.2.3