bcachefs-tools/debian/rules

10 lines
112 B
Plaintext
Raw Normal View History

2016-04-26 04:13:15 +03:00
#!/usr/bin/make -f
2018-02-12 02:31:38 +03:00
PREFIX := /usr
2016-04-26 04:13:15 +03:00
%:
dh $@
2018-02-12 02:31:38 +03:00
override_dh_auto_install:
dh_auto_install -- "PREFIX=$(PREFIX)"