mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-containers/skopeo: fix failed build when -device-mapper
https://github.com/containers/skopeo/pull/2161 Signed-off-by: Rahil Bhimjiani <me@rahil.website> Closes: https://github.com/gentoo/gentoo/pull/33965 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
6c1418c404
commit
ca86f0c551
@@ -62,7 +62,7 @@ src_prepare() {
|
||||
|
||||
cat <<-EOF > hack/libdm_tag.sh || die
|
||||
#!/usr/bin/env bash
|
||||
$(usex device-mapper echo "echo libdm_no_deferred_remove")
|
||||
$(usex device-mapper echo "echo libdm_no_deferred_remove exclude_graphdriver_devicemapper")
|
||||
EOF
|
||||
|
||||
cat <<-EOF > hack/libsubid_tag.sh || die
|
||||
@@ -62,7 +62,7 @@ src_prepare() {
|
||||
|
||||
cat <<-EOF > hack/libdm_tag.sh || die
|
||||
#!/usr/bin/env bash
|
||||
$(usex device-mapper echo "echo libdm_no_deferred_remove")
|
||||
$(usex device-mapper echo "echo libdm_no_deferred_remove exclude_graphdriver_devicemapper")
|
||||
EOF
|
||||
|
||||
cat <<-EOF > hack/libsubid_tag.sh || die
|
||||
|
||||
Reference in New Issue
Block a user