mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
13 lines
289 B
Makefile
Executable File
13 lines
289 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install-base
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX= install-mount-tools
|