bcachefs-tools/debian/rules
Alexander Fougner 4c5dcb018d fix packaging
- 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>
2023-12-10 12:16:00 -05:00

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)"