mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
10 lines
112 B
Makefile
Executable File
10 lines
112 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
PREFIX := /usr
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- "PREFIX=$(PREFIX)"
|