From 425f3283344523cb647ebb7d1d0551a8bc82b478 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Jul 2019 21:11:28 +0200 Subject: [PATCH] rename pveesptool to pve-efiboot-tool Signed-off-by: Thomas Lamprecht --- bin/Makefile | 2 +- bin/{pveesptool => pve-efiboot-tool} | 0 debian/pve-kernel-helper.install | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{pveesptool => pve-efiboot-tool} (100%) diff --git a/bin/Makefile b/bin/Makefile index c5ac674..058c86f 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,7 +5,7 @@ all: install: install -d ${SBINDIR} - install -m 0755 pveesptool ${SBINDIR}/ + install -m 0755 pve-efiboot-tool ${SBINDIR}/ .PHONY: clean distclean distclean: diff --git a/bin/pveesptool b/bin/pve-efiboot-tool similarity index 100% rename from bin/pveesptool rename to bin/pve-efiboot-tool diff --git a/debian/pve-kernel-helper.install b/debian/pve-kernel-helper.install index 283459d..ad265a5 100644 --- a/debian/pve-kernel-helper.install +++ b/debian/pve-kernel-helper.install @@ -1,4 +1,4 @@ etc/kernel/postinst.d/* etc/kernel/postrm.d/* -usr/sbin/pveesptool +usr/sbin/pve-efiboot-tool usr/share/pve-kernel-helper/scripts/functions -- 2.39.2