bcachefs-tools/debian/rules
2018-02-11 15:31:38 -08:00

10 lines
112 B
Makefile
Executable File

#!/usr/bin/make -f
PREFIX := /usr
%:
dh $@
override_dh_auto_install:
dh_auto_install -- "PREFIX=$(PREFIX)"