diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:26 +0100 |
commit | 49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4 (patch) | |
tree | 679ab01236196d6dfc2a737200dbea42e274c4ca /extra/libXft/build | |
parent | aea9a9a6a82f9345dfea012511e4c4227e02a170 (diff) | |
download | repository-49f9d1f68ae9c0f0d16d18c9e2b4771567f9cfe4.tar.gz |
libXft: move to extra
Diffstat (limited to 'extra/libXft/build')
-rwxr-xr-x | extra/libXft/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libXft/build b/extra/libXft/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libXft/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |