From: Sergey Poznyakoff Date: Thu, 12 May 2005 15:38:27 +0000 (+0000) Subject: Install files from paxutils/doc X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=cfe4eef5c244cd854190abd57a4a457ff3abe38d Install files from paxutils/doc --- diff --git a/bootstrap b/bootstrap index 0423362..8b5709d 100755 --- a/bootstrap +++ b/bootstrap @@ -210,11 +210,10 @@ else mkdir rmt fi -copy_files ${PAXUTILS_SRCDIR}/rmt rmt - -copy_files ${PAXUTILS_SRCDIR}/lib lib - -copy_files ${PAXUTILS_SRCDIR}/tests tests +for dir in doc rmt lib tests +do + copy_files ${PAXUTILS_SRCDIR}/$dir $dir +done # Get gnulib files.