From c6db588475bd6b67687fbc5b42b954d2e0747fde26fc31348525352993abca9a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 27 Jan 2024 09:51:02 +0000 Subject: [PATCH] - Rectify paths in systemd unit files [boo#1218808] OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=14 --- bcachefs-tools.changes | 5 +++++ bcachefs-tools.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bcachefs-tools.changes b/bcachefs-tools.changes index de7c6f7..4041163 100644 --- a/bcachefs-tools.changes +++ b/bcachefs-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 27 09:49:49 UTC 2024 - Jan Engelhardt + +- Rectify paths in systemd unit files [boo#1218808] + ------------------------------------------------------------------- Fri Jan 19 01:54:34 UTC 2024 - Joshua Smith diff --git a/bcachefs-tools.spec b/bcachefs-tools.spec index 3d79643..68bb8d8 100644 --- a/bcachefs-tools.spec +++ b/bcachefs-tools.spec @@ -58,7 +58,8 @@ This package contains utilities for creating and mounting bcachefs. %autosetup -p1 %build -%make_build NO_RUST=1 EXTRA_CFLAGS="%optflags" +%make_build PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" \ + EXTRA_CFLAGS="%optflags" NO_RUST=1 %install %make_install PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" NO_RUST=1