summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-12 15:38:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-12 15:38:27 +0000
commitcfe4eef5c244cd854190abd57a4a457ff3abe38d (patch)
tree931e10e2559a927d0e50a779f1d505bbdbd90644 /bootstrap
parent0e61fd397fb6415cb0d6dad78f108539653adb3e (diff)
downloadtar-cfe4eef5c244cd854190abd57a4a457ff3abe38d.tar.gz
Install files from paxutils/doc
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap9
1 files changed, 4 insertions, 5 deletions
diff --git a/bootstrap b/bootstrap
index 04233626..8b5709d4 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.