keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Installing multiple packages causes duplicate installs if one is a dependency #98

Open oconnor663 opened 11 years ago

oconnor663 commented 11 years ago

I ran

packer -S freetype2-ubuntu fontconfig-ubuntu

As it happens, freetype2 is a dependency of fontconfig. After freetype2 was installed, packer tried to install it again, presumably because it saw the dependency but didn't notice that it has just installed it. The second install failed.