summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-02 14:29:51 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-12-02 14:29:51 +0000
commit77b74137e7ebf195a8d4139bb89c02982a4f4642 (patch)
treef829b34efc2f46200f250e9b6c5edf55f775a385 /utils
parenteb88c92749255e89350a988716ae14ebea9896a0 (diff)
downloadnetsurf-77b74137e7ebf195a8d4139bb89c02982a4f4642.tar.gz
netsurf-77b74137e7ebf195a8d4139bb89c02982a4f4642.tar.bz2
CI: Update jenkins for gtk2 rename.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/jenkins-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index dc6698b33..0ef9897ba 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -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=
;;