aboutsummaryrefslogtreecommitdiff
path: root/utils/manifest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/manifest/Makefile')
-rw-r--r--utils/manifest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/manifest/Makefile b/utils/manifest/Makefile
index 1123c551..348487f8 100644
--- a/utils/manifest/Makefile
+++ b/utils/manifest/Makefile
@@ -21,5 +21,5 @@ ${BIN}: ${OBJ} ${LIB} Makefile
MANIFEST_DIR = ../../rpkid/testbed.dir/publication
test: all
- -date -u +%Y%m%d%H%M%S
+ -date -u +'now: %Y%m%d%H%M%SZ'
if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./manifest {} \; ; else :; fi