Browse Source

Install files from paxutils/doc

Sergey Poznyakoff 20 năm trước cách đây
mục cha
commit
cfe4eef5c2
1 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 4 5
      bootstrap

+ 4 - 5
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.