From: Egon W. <eg...@us...> - 2002-08-16 15:17:29
|
Update of /cvsroot/woc/woc In directory usw-pr-cvs1:/tmp/cvs-serv32197 Modified Files: install-sh Log Message: Keep last-changed-date intact. Index: install-sh =================================================================== RCS file: /cvsroot/woc/woc/install-sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** install-sh 20 Jul 2002 09:34:26 -0000 1.1 --- install-sh 16 Aug 2002 15:17:25 -0000 1.2 *************** *** 34,38 **** mvprog="${MVPROG-mv}" ! cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" --- 34,38 ---- mvprog="${MVPROG-mv}" ! cpprog="${CPPROG-cp} -p" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" |