mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
4c5dcb018d
- make deb fails with dh: error: Unknown sequence --with (options should not come before the sequence) - fix deb build deps - add missing rpm files Signed-off-by: Alexander Fougner <fougner89@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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)"
|