diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 21:11:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 21:11:17 (EDT) |
commit | 6747955efbfcd4c350d76878f0f53374ea50a02d (patch) | |
tree | d0b3fb3794832487d03ddf3b2d627bdd49eb7319 | |
parent | 50d1f93441c97c38a83d1a79d675e84112f21d21 (diff) |
opkhelper-3.0: Depend on libc-bin
-rw-r--r-- | opkhelper-3.0.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opkhelper-3.0.pkg/control b/opkhelper-3.0.pkg/control index 75ef0e8..53a3c94 100644 --- a/opkhelper-3.0.pkg/control +++ b/opkhelper-3.0.pkg/control @@ -1,5 +1,5 @@ Architecture: all Platform: all -Depends: file +Depends: file, libc-bin Description: Helper programs for building distribution packages ${Common-Description} |