2 Jul
2007
2 Jul
'07
5:32 p.m.
Andrew Fyfe wrote:
Changed the exit code for missing deps from 1 to 127 because 1 is used for other errors. makepkg breaks if pacman exits with 1 for any reason other than a missing dep.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> --- scripts/makepkg.in | 2 +- src/pacman/deptest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
I've broken down this patch to only change the exit code, I'm working on a separate patch to fix the behaviour of pacman_deptest(). Andrew