]> git.armaanb.net Git - asd-repo.git/blob - core/isync/build
26df476f7818559f734ec14f33b5244f5ede032d
[asd-repo.git] / core / isync / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --with-sasl
6
7 make
8 make DESTDIR="$1" install