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 | aea9a9a6a82f9345dfea012511e4c4227e02a170 (patch) | |
tree | faea51d4055d1fa67b77ed7397a9f847712828b6 /xorg/libXfont2/build | |
parent | cb8f3bfaf7eeffcb1247af4c2b7943fc6cd5cff7 (diff) | |
download | repository-aea9a9a6a82f9345dfea012511e4c4227e02a170.tar.gz |
libXfont2: move to extra
Diffstat (limited to 'xorg/libXfont2/build')
-rwxr-xr-x | xorg/libXfont2/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/libXfont2/build b/xorg/libXfont2/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libXfont2/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |