[Dev] [dbscripts] [PATCH 27/31] test: Don't treat PKGEXT as a glob

Luke Shumaker lukeshu at lukeshu.com
Mon Apr 9 16:09:03 GMT 2018


On Fri, 06 Apr 2018 14:44:00 -0400,
Luke Shumaker wrote:
> --- a/test/lib/common.bash
> +++ b/test/lib/common.bash
> @@ -59,7 +59,7 @@ __buildPackage() {
>  		else
>  			sudo librechroot -n "dbscripts@${tarch}" -A "$tarch" make
>  		fi
> -		sudo PKGDEST="${pkgdest}" libremakepkg -n "dbscripts@${tarch}"
> +		sudo PKGDEST="${pkgdest}" PKGEXT="${PKGEXT}" libremakepkg -n "dbscripts@${tarch}"

This is pointless/wrong, libremakepkg doesn't obey PKGEXT from the environment.

-- 
Happy hacking,
~ Luke Shumaker



More information about the Dev mailing list