diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-29 10:40:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-29 10:40:45 (EDT) |
commit | e8dbe8d60d456449609a2052a8bdfbb3340c5c79 (patch) | |
tree | 3a07ab185f4788ff883ea60786fa7ec81b9fa444 /lib/cmd | |
parent | 7751757bdc16714fd8f3340ae971d034f2a73ba7 (diff) |
build: Autoremove build dependencies
Diffstat (limited to 'lib/cmd')
-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 |