diff options
-rw-r--r-- | lib/cmd/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/build.sh b/lib/cmd/build.sh index 10726cb..3aa526f 100644 --- a/lib/cmd/build.sh +++ b/lib/cmd/build.sh @@ -85,7 +85,7 @@ cmd_build_main() fi opkbuild ${@} if [ 'x${cmd_build_deps}' != 'x' ]; then - opkg remove prokit-builddeps-${rand_x} + opkg --autoremove remove prokit-builddeps-${rand_x} fi EOF |