diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 07:59:51 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-11 08:31:29 +0200 |
commit | 48f3cfe728c1ffe44629c792380d4d47466ee38f (patch) | |
tree | 537c2506f0b0c2a8006ba8ea983a24338effa335 /auto/build | |
parent | 797ee5a8cf5bb066143582a7fb042285f2f220e3 (diff) | |
download | kanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.zip kanotix-48f3cfe728c1ffe44629c792380d4d47466ee38f.tar.gz |
compat update for latest live-build version
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ postbuild() { [ -d cache/stages_bootstrap ] && mv cache/stages_bootstrap cache/stages_bootstrap$bit [ -f binary-hybrid.iso ] && mv -f binary-hybrid.iso kanotix$bit.iso + [ -f binary.hybrid.iso ] && mv -f binary.hybrid.iso kanotix$bit.iso } if [ "$LB_KANOTIX_TMPFS" = "true" ]; then |