summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2019-01-03 12:03:23 +0100
committerGabriel Ionescu <gabriel.ionescu@enea.com>2019-01-03 12:03:23 +0100
commit016f322fce4f521fafc04d44acdff7839d238d7d (patch)
tree7c2851312635bab289c264d7da57681e7d1045bb
parent61934c9d1dbad94acfc9dcefabff7f3b3df94bd9 (diff)
downloadmeta-el-nfv-access-016f322fce4f521fafc04d44acdff7839d238d7d.tar.gz
Remove creation of '0644' folder
Change-Id: Ic063f096643ad52556b84f97f230b5fbf776f4f0 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc2
1 files changed, 1 insertions, 1 deletions
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 () {
52# Before building the OSTree image, move DPKG data to /usr/dpkg, because 52# Before building the OSTree image, move DPKG data to /usr/dpkg, because
53# OSTree does not preserve the contents of /var 53# OSTree does not preserve the contents of /var
54IMAGE_CMD_ostree_prepend () { 54IMAGE_CMD_ostree_prepend () {
55 install -d 0644 ${IMAGE_ROOTFS}/usr/dpkg/ 55 install -d ${IMAGE_ROOTFS}/usr/dpkg/
56 56
57 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/ 57 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/
58} 58}