diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:34:51 +0300 |
commit | f350de5032f5fe93d3a429be90a75fe0a9a80dd7 (patch) | |
tree | ad2d167d611df57ea1ab58cdf271826da9a4d528 /community/isync/build | |
parent | c6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7 (diff) | |
download | repository-f350de5032f5fe93d3a429be90a75fe0a9a80dd7.tar.gz |
isync: added to community
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 |