summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-25 16:18:39 +0200
committerJonathan Bauer2020-05-25 16:18:39 +0200
commitf64d6872afe478ef87cf23db494089361e7f69d5 (patch)
tree1c80b0b0516802057920a2afcb4f5f93a1fb3d63
parent[dnbd3-rootfs] fallback to xmount (diff)
downloadsystemd-init-f64d6872afe478ef87cf23db494089361e7f69d5.tar.gz
systemd-init-f64d6872afe478ef87cf23db494089361e7f69d5.tar.xz
systemd-init-f64d6872afe478ef87cf23db494089361e7f69d5.zip
[dnbd3-rootfs] minor formatting
-rw-r--r--modules.d/dnbd3-rootfs/helper/build.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/dnbd3-rootfs/helper/build.inc b/modules.d/dnbd3-rootfs/helper/build.inc
index 2816440a..4da6338e 100644
--- a/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/modules.d/dnbd3-rootfs/helper/build.inc
@@ -251,7 +251,7 @@ build_compile_losetup_qcow() {
./autogen.sh
./configure
make -j losetup
- gcc -I./libsmartcols/src -O2 -o .libs/losetup sys-utils/losetup-losetup.o .libs/libcommon.a .libs/libsmartcols.a
+ gcc -I./libsmartcols/src -O2 -o .libs/losetup sys-utils/losetup-losetup.o .libs/libcommon.a .libs/libsmartcols.a
)
local ret=$?
popd