aboutsummaryrefslogtreecommitdiff
path: root/community/isync/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 14:34:51 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 14:34:51 +0300
commitf350de5032f5fe93d3a429be90a75fe0a9a80dd7 (patch)
treead2d167d611df57ea1ab58cdf271826da9a4d528 /community/isync/build
parentc6cd1e5c3a83cb6f230c0b7fcfdb21d1ad8b64c7 (diff)
downloadrepository-f350de5032f5fe93d3a429be90a75fe0a9a80dd7.tar.gz
isync: added to community
Diffstat (limited to 'community/isync/build')
-rwxr-xr-xcommunity/isync/build5
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