From: Wayne Davison Date: Thu, 9 Feb 2006 02:05:06 +0000 (+0000) Subject: Added build instructions. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/1fcc420a567b7fab48a1a0823b730e6d38cd2892 Added build instructions. --- diff --git a/adaptec_acl_mods.diff b/adaptec_acl_mods.diff index a9dec03..92b4c2b 100644 --- a/adaptec_acl_mods.diff +++ b/adaptec_acl_mods.diff @@ -1,5 +1,12 @@ Depends-On-Patch: acls.diff +After applying the above patch and this one, run these commands for a +successful build: + + ./prepare-source + ./configure --enable-acl-support + make + Philip Lowman wrote: > Attached is a small patch which is meant to be applied to a copy of > rsync which has already been patched with acl support (the acls.diff