summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-host-common.inc')
-rw-r--r--images/enea-nfv-access-host-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 77b873a..ef6d3de 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -63,8 +63,8 @@ python __anonymous () {
63# OSTree does not preserve the contents of /var 63# OSTree does not preserve the contents of /var
64IMAGE_CMD_ostree_prepend () { 64IMAGE_CMD_ostree_prepend () {
65 65
66 install -d ${IMAGE_ROOTFS}/usr/dpkg/ 66 install -d ${IMAGE_ROOTFS}/usr/dpkg/lib/dpkg
67 if [ "$(ls -A ${IMAGE_ROOTFS}/var/lib/dpkg)" ]; then 67 if [ "$(ls -A ${IMAGE_ROOTFS}/var/lib/dpkg)" ]; then
68 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/ 68 mv ${IMAGE_ROOTFS}/var/lib/dpkg/* ${IMAGE_ROOTFS}/usr/dpkg/lib/dpkg/
69 fi 69 fi
70} 70}