mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
15 lines
272 B
Makefile
Executable File
15 lines
272 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
|
|
install -d ${CURDIR}/debian/tmp/docs
|
|
install -m 0644 ${CURDIR}/README.md ${CURDIR}/debian/tmp/docs
|
|
|
|
override_dh_auto_clean:
|
|
dh_auto_clean
|
|
rm --force --recursive ${CURDIR}/debian/tmp
|