summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-06-02 12:28:48 +0200
committerJonathan Bauer2020-06-02 12:28:48 +0200
commita83d1699f8bea3345e8f428d1fcc7bd2658351c7 (patch)
tree2b04eb1f5272e8b962e8c9aa0e603d92796e3450
parentuse the right branches (diff)
downloadsystemd-init-a83d1699f8bea3345e8f428d1fcc7bd2658351c7.tar.gz
systemd-init-a83d1699f8bea3345e8f428d1fcc7bd2658351c7.tar.xz
systemd-init-a83d1699f8bea3345e8f428d1fcc7bd2658351c7.zip
fix missing function renaming
-rw-r--r--modules.d/dnbd3-rootfs/helper/build.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/dnbd3-rootfs/helper/build.inc b/modules.d/dnbd3-rootfs/helper/build.inc
index 68b99a8e..c8a6e1fb 100644
--- a/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/modules.d/dnbd3-rootfs/helper/build.inc
@@ -226,7 +226,7 @@ build_clean_xloop() {
popd
return $ret
}
-build_compile_losetup_qcow() {
+build_compile_xlosetup() {
pushd "$1"
(
set -o errexit
@@ -239,7 +239,7 @@ build_compile_losetup_qcow() {
popd
return $ret
}
-build_clean_losetup_qcow() {
+build_clean_xlosetup() {
pushd "$1"
make clean
local ret=$?