diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-12 23:09:21 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-12 23:09:21 (EDT) |
commit | 3675a22dfcc359ccf142f506eda79ca6a827f344 (patch) | |
tree | 7060ae16a484d458bc25ed323e13acf075e7315d | |
parent | 10ff7df06ed3bbd47a258a2d8521ae2a6c55e31f (diff) |
bzip2: s/Breaks/Conflicts/.
Conflicts is a stronger restriction than is necessary, but opkg and
opkbuild don't support Breaks.
-rw-r--r-- | bzip2.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bzip2.pkg/control b/bzip2.pkg/control index d65e2ed..e23c507 100644 --- a/bzip2.pkg/control +++ b/bzip2.pkg/control @@ -2,7 +2,7 @@ Architecture: any Platform: all Depends: libbz2.1.0 (= ${Binary-Version}) Replaces: busybox (<< 1.21.1-6) -Breaks: busybox (<< 1.21.1-6) +Conflicts: busybox (<< 1.21.1-6) Description: High-quality data compression utilities ${Common-Description} . |