diff options
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -242,6 +242,10 @@ function _pkg_build () { 0) plain "The build was succesful." source .INFO && [ -n $repo ] && { +# Release locally + mipsrelease *.pkg.tar.?z + +# Stage for releasing librestage $repo || { echo "unstaged:$(basename $PWD)" >> $build_dir/log } |