Merge pull request #22130 from oskarirauta/dockerd
dockerd: busybox compatibility
This commit is contained in:
commit
aca50a5af7
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dockerd
|
PKG_NAME:=dockerd
|
||||||
PKG_VERSION:=24.0.5
|
PKG_VERSION:=24.0.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ if [ -z "${GIT_DIR}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clean_up() {
|
clean_up() {
|
||||||
rm --force --recursive "${GIT_DIR}"
|
rm -rf "${GIT_DIR}"
|
||||||
}
|
}
|
||||||
trap clean_up EXIT
|
trap clean_up EXIT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue