diff options
Diffstat (limited to 'libexec/build-make-source')
-rwxr-xr-x | libexec/build-make-source | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/build-make-source b/libexec/build-make-source index e4cf324..229c341 100755 --- a/libexec/build-make-source +++ b/libexec/build-make-source @@ -12,7 +12,7 @@ build_make_source_cleanup() } build_make_source() -{ +{( build-make-prep "${1}" trap build_make_source_cleanup 0 @@ -28,7 +28,7 @@ build_make_source() PKG_LOGFILE="${L}/source.log" mv "${S}" "${BUILDER_PKGDIR}/${CATEGORY}/${NAME}/source" >> "${PKG_LOGFILE}" 2>&1 -} + )} if test "${BUILDER_CALL_STACK}" = '__main__'; then simple_usage 'source' '[all|[<category>/]<package|all>]' "$@" |