diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-28 19:41:00 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-28 19:41:00 +0100 |
commit | 6fb2706a022d16b40f7c1ee97abb057c2143a8ef (patch) | |
tree | fd90899b64600087c9cbec03280584c594975e6a /images/make_zip.sh | |
parent | fd61f0cc3360ad850f499de41a6701bbcdf29c98 (diff) | |
download | uhd-6fb2706a022d16b40f7c1ee97abb057c2143a8ef.tar.gz uhd-6fb2706a022d16b40f7c1ee97abb057c2143a8ef.tar.bz2 uhd-6fb2706a022d16b40f7c1ee97abb057c2143a8ef.zip |
images: Updated utils (no more tgz, Python 2.6 compat)
Diffstat (limited to 'images/make_zip.sh')
-rwxr-xr-x | images/make_zip.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/images/make_zip.sh b/images/make_zip.sh index b2e9645ef..f07507a94 100755 --- a/images/make_zip.sh +++ b/images/make_zip.sh @@ -29,11 +29,8 @@ cd build cmake .. -DCPACK_GENERATOR=ZIP -DUHD_RELEASE_MODE="$1" .. make package mv uhd-images*.zip .. -cmake .. -DCPACK_GENERATOR=TGZ -DUHD_RELEASE_MODE="$1" .. -make package # Move images to here and clean up after us: -mv uhd-images*.tar.gz .. cd .. rm -r build rm images/*.tag |