diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-10 15:48:19 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-10 15:48:19 +0000 |
commit | 5a5fab1e049c8ba7c08f07d5d36acf2fabdabb2b (patch) | |
tree | d2f103dbc8197abc1d80e98e5941a87b2d7c0efd /content | |
parent | 2398172cfb40ad7e62aaf26d89fcd134f0df1d6e (diff) |
patcher-1.0.oe:
Correct patcher recursive dep.
BKrev: 3f5f47c3wcj84G7i2v93sxgVcLnNHw
Diffstat (limited to 'content')
-rw-r--r-- | content/patcher-1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/patcher-1.0.oe b/content/patcher-1.0.oe index c9142ec9d4..7d72d17845 100644 --- a/content/patcher-1.0.oe +++ b/content/patcher-1.0.oe @@ -21,4 +21,4 @@ do_install() { inherit base -DEPENDS_prepend_delete="base/patcher " +DEPENDS_prepend_delete="patcher " |