aboutsummaryrefslogtreecommitdiff
path: root/extra/pcre/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-12-14 16:13:42 +0100
committerCem Keylan <cem@ckyln.com>2022-12-14 16:13:42 +0100
commit685b37e54a50613fe559a6367c206777910471a5 (patch)
tree7c7d303dbb95b61f3b71106fbf3c53a2ad748908 /extra/pcre/build
parente8afdf1288f37b81cf8606ff351c70ee1827c28a (diff)
downloadrepository-685b37e54a50613fe559a6367c206777910471a5.tar.gz
pcre: drop from repository
Diffstat (limited to 'extra/pcre/build')
-rwxr-xr-xextra/pcre/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/pcre/build b/extra/pcre/build
deleted file mode 100755
index 9e66a4b3..00000000
--- a/extra/pcre/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-utf8 \
- --enable-unicode-properties
-
-make
-make DESTDIR="$1" install