Vito Caputo 69cad287f4 sys-kernel/coreos-sources: fix patch ordering
Our local patches get applied together with the upstream
patch-$maj.$min.$pl.patch ordered lexicographically.  By starting with
0's we're applying the local patches first, which breaks when their
contents touch the same files.

A simple way to fix this is to prefix our patches with a "z", so they're
applied after the upstream patch.
2016-03-02 19:37:34 -08:00
Description
image build and composition scripts for Flatcar Container Linux
BSD-3-Clause 168 MiB
Languages
Shell 93%
Python 6.9%