aboutsummaryrefslogtreecommitdiff
path: root/xorg/mtdev/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
committerCem Keylan <cem@ckyln.com>2020-10-04 22:51:57 +0300
commitbd36e113fed47de6ac33e411daf7a0b2a34bcbf6 (patch)
treeaf403d84dc696fe517683cd563a5bbb3fdccac29 /xorg/mtdev/build
parent7bc852f77943f4f92a548b3a0f43d6a0a303b585 (diff)
downloadrepository-bd36e113fed47de6ac33e411daf7a0b2a34bcbf6.tar.gz
move non xorg specific packages to extra
Diffstat (limited to 'xorg/mtdev/build')
-rwxr-xr-xxorg/mtdev/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/mtdev/build b/xorg/mtdev/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/mtdev/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install