Skip to content

Commit

Permalink
install packages into $target
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Dec 11, 2023
1 parent cc822de commit ae4f701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subroutines
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ install_debs() {
return
fi
echo "Installing .deb files from $debdir"
dpkg -R -i $dirs
dpkg --root=$target -R -i $dirs
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rwmount() {
Expand Down

0 comments on commit ae4f701

Please sign in to comment.