diff options
author | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
---|---|---|
committer | root <root@dasajuma.(none)> | 2010-09-02 11:13:17 +0200 |
commit | 05e2314e1bf90e66c3c70e8241a456ad6de81463 (patch) | |
tree | 1df348a8edf593de54e9e31d9cf4a9c8c7cfe905 /auto/build | |
parent | 8e0d211bf674953f2830830e27cb80a8b720ef17 (diff) | |
download | kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.zip kanotix-05e2314e1bf90e66c3c70e8241a456ad6de81463.tar.gz |
removed downloading of kanotix-scripts from clean
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 |