build: auto remove build dirs

This commit is contained in:
MilhouseVH
2020-01-30 04:49:29 +00:00
committed by Andre Heider
parent 5a57640b89
commit a11e063083
6 changed files with 161 additions and 14 deletions

View File

@@ -34,7 +34,8 @@ json_worker() {
"bootstrap": "${PKG_DEPENDS_BOOTSTRAP}",
"init": "${PKG_DEPENDS_INIT}",
"host": "${PKG_DEPENDS_HOST}",
"target": "${PKG_DEPENDS_TARGET}"
"target": "${PKG_DEPENDS_TARGET}",
"unpack": "${PKG_DEPENDS_UNPACK}"
},
EOF
done