diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:46:32 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:46:32 +0100 |
commit | 8686adf8e0427d833f5f4871c48d22c4a4ca8fe7 (patch) | |
tree | 6f85b47e56f8ae5fe20f3511d1e52105e334a395 /xorg/xbitmaps/build | |
parent | 39c9ff6fef2136b058c4240f51b0ec5738f528c6 (diff) | |
download | repository-8686adf8e0427d833f5f4871c48d22c4a4ca8fe7.tar.gz |
xbitmaps: drop from repository
Diffstat (limited to 'xorg/xbitmaps/build')
-rwxr-xr-x | xorg/xbitmaps/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xbitmaps/build b/xorg/xbitmaps/build deleted file mode 100755 index 80ce93e8..00000000 --- a/xorg/xbitmaps/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 |