]> Dogcows Code - chaz/tar/commitdiff
Install files from paxutils/doc
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 12 May 2005 15:38:27 +0000 (15:38 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 12 May 2005 15:38:27 +0000 (15:38 +0000)
bootstrap

index 042336264cbd5ff48211a41b5fe14b12adb5e530..8b5709d4a9b96fcdfe5d8823731b5692034fed3d 100755 (executable)
--- 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.
 
This page took 0.022477 seconds and 4 git commands to generate.