aboutsummaryrefslogtreecommitdiff
path: root/extra/squashfs-tools-ng/build
blob: afebf37f9311d63560952df59e4185ba39330bf4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --without-xz \
    --disable-shared

make CCLD="${CC:-cc} --static"
make DESTDIR="$1" install