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