1
0

- Rectify paths in systemd unit files [boo#1218808]

OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2024-01-27 09:51:02 +00:00 committed by Git OBS Bridge
parent 35634919c4
commit c6db588475
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 27 09:49:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Rectify paths in systemd unit files [boo#1218808]
-------------------------------------------------------------------
Fri Jan 19 01:54:34 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>

View File

@ -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