aboutsummaryrefslogtreecommitdiff
path: root/xorg/xbitmaps/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:46:32 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:46:32 +0100
commit8686adf8e0427d833f5f4871c48d22c4a4ca8fe7 (patch)
tree6f85b47e56f8ae5fe20f3511d1e52105e334a395 /xorg/xbitmaps/build
parent39c9ff6fef2136b058c4240f51b0ec5738f528c6 (diff)
downloadrepository-8686adf8e0427d833f5f4871c48d22c4a4ca8fe7.tar.gz
xbitmaps: drop from repository
Diffstat (limited to 'xorg/xbitmaps/build')
-rwxr-xr-xxorg/xbitmaps/build10
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