dkms/debian/patches/1001-remove-trailing-whitespace.patch
ferreo 456e36cc8c
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 44s
Fix trailing whitespace in DKMS scripts and update release-nest-v3 file for consistency
2024-11-20 14:33:17 +00:00

43 lines
953 B
Diff

From 0ed79841a3898fde8bbab673563ee672974c468b Mon Sep 17 00:00:00 2001
From: Andreas Beckmann <anbe@debian.org>
Date: Fri, 18 Oct 2024 01:45:04 +0200
Subject: [PATCH] remove trailing whitespace
---
dkms.8.in | 4 ++--
dkms.in | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dkms.8.in b/dkms.8.in
index 5c829d9..634c697 100644
--- a/dkms.8.in
+++ b/dkms.8.in
@@ -333,8 +333,8 @@ combinations on the other kernel.
.TP
.B \-\-force
This option can be used in conjunction with
-.B build, install
-and
+.B build, install
+and
.B ldtarball
to force copying over existing files.
.TP
diff --git a/dkms.in b/dkms.in
index a8f2c6a..371290a 100644
--- a/dkms.in
+++ b/dkms.in
@@ -1941,7 +1941,7 @@ make_tarball()
die 6 "Failed to make tarball."
fi
- eval "$make_tarball_rm_temp_dir_name"
+ eval "$make_tarball_rm_temp_dir_name"
unset make_tarball_rm_temp_dir_name
}
--
2.39.5