diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-02 11:31:58 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-02 11:31:58 -0700 |
commit | 94385e3e953c380227796ae9ae647ff8c4bd9497 (patch) | |
tree | 296e2ee10d0e8a5e8a368a456815959c39f483f1 /tools/debs | |
parent | 3e3524294629f3ad3c1ca0c0011aeadceab90120 (diff) | |
parent | 670eeda6e4c9ff2ab81f4e387bce49ea4dc79dcc (diff) | |
download | uhd-94385e3e953c380227796ae9ae647ff8c4bd9497.tar.gz uhd-94385e3e953c380227796ae9ae647ff8c4bd9497.tar.bz2 uhd-94385e3e953c380227796ae9ae647ff8c4bd9497.zip |
Merge branch 'maint'
Diffstat (limited to 'tools/debs')
-rwxr-xr-x | tools/debs/upload_debs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debs/upload_debs.sh b/tools/debs/upload_debs.sh index 831eeb248..4cdb2f173 100755 --- a/tools/debs/upload_debs.sh +++ b/tools/debs/upload_debs.sh @@ -144,6 +144,6 @@ then if [ "$response" = "yes" ] then cd .. - rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.xz uhd*_source.build uhd*.upload + rm -r ${UHD_TOP_LEVEL}/debian uhd-${VERSION} uhd_${VERSION}.orig.tar.xz uhd*dsc uhd*changes uhd*debian.tar.* uhd*_source.build uhd*.upload fi fi |