From 49400db088e95ec32425717391966dcaef1b8f3e Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 12 Dec 2017 09:37:03 +0000 Subject: [PATCH] urbanterror: fix variable name typo --- srcpkgs/urbanterror/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urbanterror/template b/srcpkgs/urbanterror/template index 486f578d2ef..d7309d79957 100644 --- a/srcpkgs/urbanterror/template +++ b/srcpkgs/urbanterror/template @@ -22,7 +22,7 @@ do_build() { USE_OPENAL=yes USE_OPENAL_DLOPEN=0 \ USE_CURL=1 USE_CURL_DLOPEN=0 \ USE_CODEC_VORBIS=1 DEFAULT_BASEDIR="/usr/share/${pkgname}" \ - ${makejob} + ${makejobs} } do_install() {