Make stage call unstage

We don't want the package to potentially have artifacts from a prior
build.
This commit is contained in:
Ian Douglas Scott 2017-06-08 12:31:30 -07:00
parent e87d8c0d93
commit 78049f8f11
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -168,6 +168,7 @@ function op {
popd > /dev/null
;;
stage)
op $1 unstage
mkdir -p stage
pushd build > /dev/null
skip=0