From: Jim Meyering Date: Sun, 20 Sep 1998 13:44:20 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16z~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad37e45e20fe5a3e230b8e9125b88fcd7ae137c8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5535fa9932..481470c224 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,17 @@ -1998-09-19 Jim Meyering +1998-09-20 Jim Meyering * Version 3.16y. + * src/install.c (install_file_to_path) [-D]: Create any leading + directories with permissions of 0755. + +1998-09-19 Jim Meyering + + * src/install.c (install_file_to_path): Copy the file after creating + any leading directories. + (main) [case 'v']: Set `x.verbose' to 1, not 0. + Reported by Marty Leisner. + * man/Makefile.am (transform): Define. (man_MANS): Include ginstall.1, not install.1, to match the name of the executable in ../src.