File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5656# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5757EOF
5858
59+ # set up pv
60+ lshout " Setting up pv..."
61+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
62+ run_cmd " dpkg -i /pv-${t_arch} .deb"
63+ run_cmd " rm /pv-${t_arch} .deb"
64+
65+ # clean any archive if exits
66+ apt-get clean
67+
5968}
6069
6170# Option to build specific arch
Original file line number Diff line number Diff line change @@ -56,6 +56,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5656# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5757EOF
5858
59+ # set up pv
60+ lshout " Setting up pv..."
61+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
62+ run_cmd " dpkg -i /pv-${t_arch} .deb"
63+ run_cmd " rm /pv-${t_arch} .deb"
64+
65+ # clean any archive if exits
66+ apt-get clean
67+
5968}
6069
6170# Option to build specific arch
Original file line number Diff line number Diff line change @@ -55,6 +55,15 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5555# deb-src $MIRROR $SUITE -backports main restricted universe multiverse
5656EOF
5757
58+ # set up pv
59+ lshout " Setting up pv..."
60+ cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
61+ run_cmd " dpkg -i /pv-${t_arch} .deb"
62+ run_cmd " rm /pv-${t_arch} .deb"
63+
64+ # clean any archive if exits
65+ apt-get clean
66+
5867}
5968
6069# Option to build specific arch
You can’t perform that action at this time.
0 commit comments