提交 c753313a 编写于 作者: C Cyril Brulebois

dinstall: rsync dep11 data for non-free-firmware too

上级 40df2970
......@@ -105,7 +105,7 @@ function dep11() {
# Yay, worked, lets copy around
for dir in ${extimportdists}; do
if [[ -d ${dir}/ ]]; then
for comp in main contrib non-free; do
for comp in main contrib non-free non-free-firmware; do
mkdir -p ${ftpdir}/dists/${dir}/${comp}/dep11
cd ${dir}/${comp}
rsync -rtq --delete --delete-after --exclude by-hash --exclude "./*.tmp" . ${ftpdir}/dists/${dir}/${comp}/dep11/.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册