diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 59bc2b9a..55bfede9 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -117,7 +117,7 @@ do_install() { | |||
117 | 117 | ||
118 | if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then | 118 | if ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'true', 'false', d)}; then |
119 | install -d "${D}${sysconfdir}/sysctl.d" | 119 | install -d "${D}${sysconfdir}/sysctl.d" |
120 | install -m 0644 "${WORKDIR}/50-podman-rootless.conf" "${D}${sysconfdir}/sysctl.d" | 120 | install -m 0644 "${UNPACKDIR}/50-podman-rootless.conf" "${D}${sysconfdir}/sysctl.d" |
121 | fi | 121 | fi |
122 | } | 122 | } |
123 | 123 | ||