diff options
author | Andreas Loibl <aloibl@dasajuma.(none)> | 2010-09-02 14:55:03 +0200 |
---|---|---|
committer | Andreas Loibl <aloibl@dasajuma.(none)> | 2010-09-02 14:55:03 +0200 |
commit | d9fd9f9b3935f61d6bc1cd8057d827fd55573853 (patch) | |
tree | 11228def939711bf74c65ec217d4ab3421b7688d /auto/build | |
parent | 54fdeef9a550267f86324bb31ff421c33772b5ae (diff) | |
download | kanotix-d9fd9f9b3935f61d6bc1cd8057d827fd55573853.zip kanotix-d9fd9f9b3935f61d6bc1cd8057d827fd55573853.tar.gz |
updated kanotix-version auto-update
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ #!/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 +. config/bootstrap +bit=32 +[ "$LH_ARCHITECTURE" = "amd64" ] && bit=64 + +# Update kanotix-version (32/64-bit and timestamp) +perl -pi -e "s%(Kanotix|Excalibur|Hellfire)(32|64)%\${1}$bit%i; s%(32|64)(bit)%$bit\${2}%i; 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 |