diff options
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ -#!/bin/sh +#!/bin/bash + +# Update kanotix-version timestamp +perl -pi -e "s|[0-9]+-[0-9]+:[0-9]+|$(date +%Y%m%d-%H:%M)|" > config/chroot_local-includes/etc/kanotix-version lh build noauto ${@} 2>&1 | tee binary.log |