forked from pool/bcachefs-tools
- 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:
parent
35634919c4
commit
c6db588475
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user