chromium-2.eclass: Remove fake-bidi.pak unconditionally
authorMike Gilbert <floppym@gentoo.org>
Thu, 7 Jul 2016 17:45:51 +0000 (13:45 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 7 Jul 2016 17:48:34 +0000 (13:48 -0400)
Bug: https://bugs.gentoo.org/588198

eclass/chromium-2.eclass

index e9a84cba0cbc46ef5acb9e131f0ea29160f9b500..27275f283194325a0654d45a55c0bf2a51aa254d 100644 (file)
@@ -75,6 +75,9 @@ chromium_remove_language_paks() {
                fi
        done
 
+       # Bug 588198
+       rm -f fake-bidi.pak || die
+
        # Look for extra pak files.
        # Remove pak files that the user does not want.
        for pak in *.pak; do