diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-27 13:56:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-27 13:56:30 (EDT) |
commit | 4416ddff5176fce75e50671d20ed0f3c6ee3d4e4 (patch) | |
tree | 2264f9e6d910cfc25e44216eed383523dff712c1 /src/ppt-make | |
parent | 7092aeb98966cd8468e5ae179468e2cc578bb113 (diff) |
Also add "if not already done" to ppt-mkpkgs recommendation.
Diffstat (limited to 'src/ppt-make')
-rw-r--r-- | src/ppt-make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppt-make b/src/ppt-make index 234c17d..196849c 100644 --- a/src/ppt-make +++ b/src/ppt-make @@ -40,7 +40,7 @@ main() cat >control <<-EOF Maintainer: ${MAINTAINER_NAME} ${MAINTAINER_MAILBOX} Build-Depends: - opkbuild (>= 4.2.0), + opkbuild (>= 4.2.1-3), platconf-pkg-tools (>= ${PPT_VERSION%.*}), EOF |