X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=blobdiff_plain;f=junk%2Fcyrus-sasl%2Fbuild;fp=junk%2Fcyrus-sasl%2Fbuild;h=79768ef994f9172ec1beba7933ad350b33dc6ecc;hp=0000000000000000000000000000000000000000;hb=e7778f9c71891072ff904d344fd186977bda3e1b;hpb=115f60d82f00b7e3bf89d668b085d5cd645e4c88 diff --git a/junk/cyrus-sasl/build b/junk/cyrus-sasl/build new file mode 100755 index 0000000..79768ef --- /dev/null +++ b/junk/cyrus-sasl/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sbindir=/usr/bin + +make +make DESTDIR="$1" install