aboutsummaryrefslogtreecommitdiff
path: root/extra/libXslt/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-01 01:22:00 +0300
committerCem Keylan <cem@ckyln.com>2021-07-01 01:22:00 +0300
commitb1bfa024ff31f552adc3541f988657025c46d484 (patch)
tree25676042d9c3418ae50e488e5ab122cd0e7542b8 /extra/libXslt/build
parent53303d746abf34e1167645284b8d936150a3e9da (diff)
downloadrepository-b1bfa024ff31f552adc3541f988657025c46d484.tar.gz
libxslt: rename package
Diffstat (limited to 'extra/libXslt/build')
-rwxr-xr-xextra/libXslt/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/libXslt/build b/extra/libXslt/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/extra/libXslt/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install