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