From 9f62ddf8fd9f47300b8e0d2a1cd164ff122a28d6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 16 Oct 2006 06:54:58 +0000 Subject: [PATCH] - Fixed the filename passed to make_mutable(). - Mention the ./prepare_source; configure commands. --- flags.diff | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/flags.diff b/flags.diff index 3d4cb4d..74864d8 100644 --- a/flags.diff +++ b/flags.diff @@ -1,7 +1,11 @@ This patch provides --flags, which preserves the st_flags field. -Modified from a patch that was written by Rolf Grossmann: +Modified from a patch that was written by Rolf Grossmann. - http://www.progtech.net/rsync.flags-patch +After applying this patch, run these commands for a successful build: + + ./prepare-source + ./configure + make --- old/configure.in +++ new/configure.in @@ -372,7 +376,7 @@ Modified from a patch that was written by Rolf Grossmann: ok_to_set_time ? 0 : ATTRS_SKIP_MTIME); +#ifdef SUPPORT_FLAGS -+ make_mutable(fname, file->mode, file->fileflags); ++ make_mutable(fnametmp, file->mode, file->fileflags); +#endif /* move tmp file over real file */ if (verbose > 2) -- 2.34.1