media-libs/libtheora: Fix typo
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Oct 2018 14:38:42 +0000 (16:38 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Oct 2018 15:30:45 +0000 (17:30 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

media-libs/libtheora/libtheora-1.1.1-r2.ebuild

index 77da0e6fb3f293f697b2d2f6f3791c5065161330..bc2b2fdce79f265b4151ac786fac026f968d9f74 100644 (file)
@@ -78,7 +78,7 @@ multilib_src_install() {
                docdir="${EPREFIX}"/usr/share/doc/${PF} \
                install
 
-       if use examples && [[] "${ABI}" = "${DEFAULT_ABI}" ]]; then
+       if use examples && [[ "${ABI}" = "${DEFAULT_ABI}" ]]; then
                dobin examples/.libs/png2theora
                for bin in dump_{psnr,video} {encoder,player}_example; do
                        newbin examples/.libs/${bin} theora_${bin}