[pacman-dev] [PATCH 06/11] makepkg: allow using GIT source URLs

Allan McRae allan at archlinux.org
Wed Jun 27 05:14:41 EDT 2012


On 27/06/12 18:54, Thomas Bächler wrote:
> Am 27.06.2012 00:58, schrieb Allan McRae:
>> +	if [[ ! -d "$startdir"/$folder && -d "$SRCDEST"/$folder ]]; then
>> +		folder="$SRCDEST"/$folder
>> +	else
>> +		folder="$startdir"/$folder
>> +	fi
> 
> I don't understand this logic: Does this mean that you put the git clone
> to $startdir/$folder by default? If $SRCDEST is set, I would always
> expect it to go to $SRCDEST.
> 

Yeah, that was an oversight there - and probably completely broken.  But
it is entirely fixed in patch 09/11.

Allan




More information about the pacman-dev mailing list