mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
Set PREFIX to /usr for .deb builds
This commit is contained in:
parent
813862a47c
commit
8544024bc1
5
debian/rules
vendored
5
debian/rules
vendored
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
PREFIX := /usr
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- "PREFIX=$(PREFIX)"
|
||||||
|
Loading…
Reference in New Issue
Block a user