mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
8 lines
106 B
Makefile
Executable File
8 lines
106 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- DRACUTLIBDIR=/usr/lib/dracut
|
|
|