diff options
Diffstat (limited to 'libexec/build-make-prep')
-rwxr-xr-x | libexec/build-make-prep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/build-make-prep b/libexec/build-make-prep index f9f74db..732c7cf 100755 --- a/libexec/build-make-prep +++ b/libexec/build-make-prep @@ -86,6 +86,8 @@ build_make_prep() fi >> "${PKG_LOGFILE}" 2>&1 done fi + + date > "${BUILDER_TMPDIR}/${CATEGORY}/${NAME}/.prep" )} if test "${BUILDER_CALL_STACK}" = '__main__'; then |