[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installing a file tree?
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: Installing a file tree?
- From: Christian Weisgerber <naddy_(_at_)_mips_(_dot_)_inka_(_dot_)_de>
- Date: Tue, 9 Jan 2001 02:07:30 +0100
What's the recommended way to copy a file tree into the installation
area?
Currently I have this fragment:
--------------->
post-install:
${INSTALL_DATA_DIR} ${MANUAL}
cd ${WRKSRC}/manual && \
find . -type d -exec ${INSTALL_DATA_DIR} ${MANUAL}/{} \; && \
find . -type f -exec ${INSTALL_DATA} {} ${MANUAL}/{} \;
<---------------
Or should I just dump it there by any of the usual means and run
chmod/chown with ${SHAREMODE} etc on it?
--
Christian "naddy" Weisgerber naddy_(_at_)_mips_(_dot_)_inka_(_dot_)_de
Visit your host, monkey.org