Sabayon / devkit

5 stars 8 forks source link

Fix equo query to prevent dependencies being reinstalled #1

Closed optiz0r closed 8 years ago

optiz0r commented 8 years ago

Call to equo query puts arg '--quiet' in the wrong place, receiving prettified output which doesn't match string comparisons against package names, leading to all dependencies being reinstalled every time. This commit puts the --quiet arg in to correct place so that only missing dependencies are installed.