aboutsummaryrefslogtreecommitdiff
path: root/testing/libpsl/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:42:11 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:42:11 +0300
commit5b560feb37fb7b0b57af9f2d8a51883c3fda0145 (patch)
treea98991a079cb8551c81bd221cf8b5af190483f26 /testing/libpsl/build
parent60b00aa20d5199d8b351794cd4590048f925af03 (diff)
downloadrepository-5b560feb37fb7b0b57af9f2d8a51883c3fda0145.tar.gz
libpsl: add to testing
Diffstat (limited to 'testing/libpsl/build')
-rwxr-xr-xtesting/libpsl/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/libpsl/build b/testing/libpsl/build
new file mode 100755
index 00000000..40e40f93
--- /dev/null
+++ b/testing/libpsl/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+sed -i 's#env python#&3#' src/psl-make-dafsa
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install