diff options
Diffstat (limited to 'community/talloc/build')
-rwxr-xr-x | community/talloc/build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/talloc/build b/community/talloc/build new file mode 100755 index 00000000..2634caa9 --- /dev/null +++ b/community/talloc/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-rpath \ + --without-gettext \ + --disable-python + +make +make DESTDIR="$1" install |