Merge pull request #93 from seemethere/r

Be less restrictive when moving packages
Upstream-commit: b988c25492369aa89af91fb4c80724153d2a1b0a
Component: packaging
This commit is contained in:
Andrew Hsu
2018-03-19 14:28:37 -07:00
committed by GitHub
+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"