aboutsummaryrefslogtreecommitdiff
path: root/extra/squashfs-tools-ng/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/squashfs-tools-ng/build')
-rwxr-xr-xextra/squashfs-tools-ng/build14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/squashfs-tools-ng/build b/extra/squashfs-tools-ng/build
deleted file mode 100755
index e53fc867..00000000
--- a/extra/squashfs-tools-ng/build
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-autoreconf -fi
-
-export PKG_CONFIG="pkgconf --static"
-
-./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --without-xz \
- --disable-shared
-
-make CCLD="${CC:-cc} --static"
-make DESTDIR="$1" install