From f350de5032f5fe93d3a429be90a75fe0a9a80dd7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Dec 2019 14:34:51 +0300 Subject: isync: added to community --- community/isync/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 community/isync/build (limited to 'community/isync/build') 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 -- cgit v1.2.3