diff --git a/components/packaging/deb/build-deb b/components/packaging/deb/build-deb index 283c1114a6..bb25ffdd07 100755 --- a/components/packaging/deb/build-deb +++ b/components/packaging/deb/build-deb @@ -46,4 +46,4 @@ echo VERSION BBB $VERSION dpkg-buildpackage -uc -us -I.git destination="/build" mkdir -p "$destination" -mv -v /root/docker-ce* "$destination" +mv -v /root/docker* "$destination"