Be less restrictive when moving packages

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
Upstream-commit: 941d99ff6ae57bc06b06b85b7b07210301f454b2
Component: packaging
This commit is contained in:
Eli Uriegas
2018-03-19 21:26:38 +00:00
parent e4c18f1d24
commit 72a2de1d85
+1 -1
View File
@@ -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"