From b1bfa024ff31f552adc3541f988657025c46d484 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 1 Jul 2021 01:22:00 +0300 Subject: libxslt: rename package --- extra/libxslt/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libxslt/build (limited to 'extra/libxslt/build') diff --git a/extra/libxslt/build b/extra/libxslt/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libxslt/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3