diff options
Diffstat (limited to 'community/quark/build')
-rwxr-xr-x | community/quark/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/quark/build b/community/quark/build new file mode 100755 index 00000000..fb79f372 --- /dev/null +++ b/community/quark/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make LDFLAGS="$LDFLAGS -static" +make PREFIX=/usr DESTDIR="$1" install |