From: Miek Gieben Date: Mon, 12 Sep 2005 12:40:59 +0000 (+0000) Subject: don't move but, cp -Rp (should be portable X-Git-Tag: release-1.0.0~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebf2f5f0ba298e4364add052f6bfc6485a73d5d6;p=thirdparty%2Fldns.git don't move but, cp -Rp (should be portable --- diff --git a/Makefile.in b/Makefile.in index b88a41df..5b984e27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,7 +106,7 @@ uninstall-progs: install-doc: doc ${INSTALL} -d $(mandir)/man3 - mv doc/man/man3/* $(mandir)/man3/ + cp -Rp doc/man/man3/* $(mandir)/man3/ ${INSTALL} -d $(mandir)/man1 for i in $(PROG_TARGETS); do \ ${INSTALL} -c -m 644 doc/$$i.1 $(mandir)/man1 ; done