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 | 8abcf060061b20e6a20549fced3962de580bf07f (patch) | |
tree | a5a32ab1bca6618a10919bb915a2d00c7ab3b0f8 /xorg/xset/build | |
parent | f833e3253a08439b8bb1c34f215db54683f4740f (diff) | |
download | repository-8abcf060061b20e6a20549fced3962de580bf07f.tar.gz |
xset: drop from repository
Diffstat (limited to 'xorg/xset/build')
-rwxr-xr-x | xorg/xset/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xset/build b/xorg/xset/build deleted file mode 100755 index 80ce93e8..00000000 --- a/xorg/xset/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var - -make -make DESTDIR="$1" install |