diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:38:50 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:38:50 +0100 |
commit | f833e3253a08439b8bb1c34f215db54683f4740f (patch) | |
tree | fe744f9cf8978103d9681b7890a5513c15c6f033 /xorg/xrdb/build | |
parent | 7294fac99eecbf5ba9fabd6f65bde04de51255f3 (diff) | |
download | repository-f833e3253a08439b8bb1c34f215db54683f4740f.tar.gz |
xrdb: drop from repository
Diffstat (limited to 'xorg/xrdb/build')
-rwxr-xr-x | xorg/xrdb/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xrdb/build b/xorg/xrdb/build deleted file mode 100755 index 373bceed..00000000 --- a/xorg/xrdb/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --localstatedir=/var - -make -make DESTDIR="$1" install |