]> git.armaanb.net Git - asd-repo.git/blob - xorg/libfontenc/build
Adapt for asd linux
[asd-repo.git] / xorg / libfontenc / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --with-fontrootdir=/usr/share/fonts/X11
6
7 make
8 make DESTDIR="$1" install