diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:34:57 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:34:57 +0100 |
commit | 80478c023b28e1a060659b664db0dc85aad71ef0 (patch) | |
tree | c7431ef7f0835612126d9d3f7cc04e982c93619e /xorg/st/build | |
parent | de49825e7c150165b04f363aabf14284486cca97 (diff) | |
download | repository-80478c023b28e1a060659b664db0dc85aad71ef0.tar.gz |
st: drop from repository
Diffstat (limited to 'xorg/st/build')
-rwxr-xr-x | xorg/st/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xorg/st/build b/xorg/st/build deleted file mode 100755 index 343b2ed8..00000000 --- a/xorg/st/build +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -sed 's|Liberation Mono|Monospace|g' config.def.h > config.h - -make -make PREFIX=/usr DESTDIR="$1" install |