diff options
author | Daniel Baumann <daniel@debian.org> | 2008-12-20 17:12:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:07:31 +0100 |
commit | ecf87ddc9d9842f918f69a26aaaeb0859e91d5c7 (patch) | |
tree | 793bb4379a35087b9bcd18c66df54c15c0d2ca3d /examples | |
parent | 4e06fa319084d3cfac28be0618fa1dd8875b0499 (diff) | |
download | vyos-live-build-ecf87ddc9d9842f918f69a26aaaeb0859e91d5c7.tar.gz vyos-live-build-ecf87ddc9d9842f918f69a26aaaeb0859e91d5c7.zip |
Correcting naming of source tarballs in image autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index e31b3757d..a6da5b2cd 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -54,8 +54,8 @@ do if [ "${SOURCE}" = "enabled" ] then - mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}-source.tar.gz - mv source.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-source.tar.gz.list + mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz + mv source.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.list fi lh clean --binary |