aboutsummaryrefslogtreecommitdiff
path: root/community/libsass/build
blob: 01959253cff4a8c90c98493f32eb09108f845ccd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

autoreconf -fi

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install