From 016f322fce4f521fafc04d44acdff7839d238d7d Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Thu, 3 Jan 2019 12:03:23 +0100 Subject: Remove creation of '0644' folder Change-Id: Ic063f096643ad52556b84f97f230b5fbf776f4f0 Signed-off-by: Gabriel Ionescu --- images/enea-nfv-access-host-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc index 7de5dcd..88ca13b 100644 --- a/images/enea-nfv-access-host-common.inc +++ b/images/enea-nfv-access-host-common.inc @@ -52,7 +52,7 @@ python __anonymous () { # Before building the OSTree image, move DPKG data to /usr/dpkg, because # OSTree does not preserve the contents of /var IMAGE_CMD_ostree_prepend () { - install -d 0644 ${IMAGE_ROOTFS}/usr/dpkg/ + install -d ${IMAGE_ROOTFS}/usr/dpkg/ mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/ } -- cgit v1.2.3-54-g00ecf