aboutsummaryrefslogtreecommitdiff
path: root/community/talloc/build
blob: 2634caa99edd0a611249d0b8f833adb85fbfd667 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --disable-rpath \
    --without-gettext \
    --disable-python

make
make DESTDIR="$1" install