Skip to content

Commit

Permalink
Move debug packages (ddeb) to archives directory as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
saiarcot895 authored and Lasall committed Sep 24, 2019
1 parent 59ee19b commit d1a20bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-fast
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ if [ "$option" == "install" ]; then
if [ "$(find "$DLDIR" -printf . | wc -c)" -gt 1 ]; then
# Move all packages to the apt install directory by force to ensure
# already existing debs which may be incomplete are replaced
find . -type f -name "*.deb" -execdir mv -ft "$APTCACHE" {} \+
find . -type f \( -name '*.deb' -o -name '*.ddeb' \) -execdir mv -ft "$APTCACHE" {} \+
fi
cd - &>/dev/null || msg "Failed to change back directory" "warning"
fi
Expand Down

0 comments on commit d1a20bf

Please sign in to comment.