aboutsummaryrefslogtreecommitdiff
path: root/xorg/xsetroot/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
commit8387575a68b9bd1d4b6edacdc15f3187c777afa3 (patch)
treefcd1b61f8803dae95dcfd55128c3195c80586f10 /xorg/xsetroot/build
parent8abcf060061b20e6a20549fced3962de580bf07f (diff)
downloadrepository-8387575a68b9bd1d4b6edacdc15f3187c777afa3.tar.gz
xsetroot: drop from repository
Diffstat (limited to 'xorg/xsetroot/build')
-rwxr-xr-xxorg/xsetroot/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xsetroot/build b/xorg/xsetroot/build
deleted file mode 100755
index 373bceed..00000000
--- a/xorg/xsetroot/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var
-
-make
-make DESTDIR="$1" install