aboutsummaryrefslogtreecommitdiff
path: root/xorg/libfontenc/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/libfontenc/build')
-rwxr-xr-xxorg/libfontenc/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/libfontenc/build b/xorg/libfontenc/build
new file mode 100755
index 00000000..b1980f79
--- /dev/null
+++ b/xorg/libfontenc/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --with-fontrootdir=/usr/share/fonts/X11
+
+make
+make DESTDIR="$1" install