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