From 2effe9d32244064244cc849d2c46412e0d79e65d Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Thu, 1 Nov 2012 19:34:41 -0700 Subject: [PATCH] Fix a ci script typo. --- ci/autotools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/autotools.sh b/ci/autotools.sh index d0a179b..4e2457d 100755 --- a/ci/autotools.sh +++ b/ci/autotools.sh @@ -17,7 +17,7 @@ ln -s /srv/jenkins/jobs/libogg/workspace ../ogg # a libopus.la. As a work around, hack our own pkg-config # file for the uninstalled opus library we want to build # against. -cat <<EOF > opus-ininstalled.pc +cat <<EOF > opus-uninstalled.pc # Opus codec uninstalled pkg-config file # hacked up for the opusfile autotools build. -- GitLab