mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
74753de989
Create a script that looks for mounted bcachefs filesystems and tries to run as many of them in parallel as possible without two different scrubbers hitting the same low level block device. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
10 lines
127 B
Makefile
Executable File
10 lines
127 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
PREFIX := /usr
|
|
|
|
%:
|
|
dh --with python3 $@
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- "PREFIX=$(PREFIX)"
|