diff options
Diffstat (limited to 'community/sassc/build')
| -rwxr-xr-x | community/sassc/build | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/community/sassc/build b/community/sassc/build new file mode 100755 index 00000000..6b05f28b --- /dev/null +++ b/community/sassc/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +autoreconf -fi + +./configure \ +    --prefix=/usr \ +    --disable-shared + +make LDFLAGS="-all-static" +make DESTDIR="$1" install  | 
