[pacman-dev] Maybe some problems with pacman-git

Karolina Lindqvist karolina.lindqvist at kramnet.se
Tue Jan 8 07:56:00 EST 2008


tisdag 08 januari 2008 skrev Travis Willard:

> You might want to look at the second half of this patch - why did you
> move the call to makepkg after the continue?  That'll probably break a
> lot.

It's the damn unified diff. 

The original looks like this:

-                                       PKGDEST="$PKGDEST" makepkg 
makepkg_opts || ret=$?
-                                       [ $ret -eq 0 ] && continue 2
+                                       PKGDEST="$PKGDEST" makepkg 
$PACMAN_OPTS $makepkg_opts || ret=$?
+                                       [ $ret -eq 0 -o $ret -eq 123 ] && 
continue 2

And with some editing away of the lins not belonging to this patch, the order 
of the lines got swapped. 

Karolina




More information about the pacman-dev mailing list