proxmox-kernel-helper/debian/rules
Fabian Grünbichler f6ca90855c rename binary package
and B+R+P old name.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2023-01-10 16:26:49 +01:00

19 lines
284 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_install:
mv debian/proxmox-kernel-helper debian/tmp
dh_install
override_dh_installsystemd:
dh_installsystemd --no-start
.PHONY: build clean
build clean: