CI: Update jenkins for gtk2 rename.

This commit is contained in:
Michael Drake 2019-12-02 14:29:51 +00:00
parent eb88c92749
commit 77b74137e7
1 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ case ${TARGET} in
;;
"gtk")
"gtk2")
case ${HOST} in
"x86_64-linux-gnu")
;;
@ -219,7 +219,7 @@ case ${TARGET} in
IDENTIFIER="${HOST}-${IDENTIFIER}"
OLD_IDENTIFIER="${HOST}-${OLD_IDENTIFIER}"
PKG_SRC=nsgtk
PKG_SRC=nsgtk2
PKG_SFX=
;;