From 4b83a2a1c85bb476e5f4b9a6e480366dca4432c3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 24 Sep 2010 17:06:34 -0700 Subject: [PATCH] Add backslashes to the DKMS command * Add backslashes to the DKMS command, which will be required once DKMS uses proper shell quoting. --- debian/changelog | 2 ++ debian/openafs-modules-dkms.dkms | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9bcbcb945..37a0d3f57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ openafs (1.5.77-2) UNRELEASED; urgency=low - [f7f366d0] Link dafssync-debug(8) to fssync-debug(8) - [a2cf6b8d] Fix POD errors in fileserver and dasalvager - [e36b4e00] Update bos create man page for new demand-attach + * Add backslashes to the DKMS command, which will be required once DKMS + uses proper shell quoting. -- Russ Allbery Fri, 24 Sep 2010 17:05:35 -0700 diff --git a/debian/openafs-modules-dkms.dkms b/debian/openafs-modules-dkms.dkms index ab8c32283..e99876e6f 100644 --- a/debian/openafs-modules-dkms.dkms +++ b/debian/openafs-modules-dkms.dkms @@ -10,7 +10,7 @@ AUTOINSTALL=yes MAKE[0]="(./configure --disable-linux-syscall-probing \ --with-linux-kernel-packaging \ - --with-linux-kernel-headers=${kernel_source_dir} - && make + --with-linux-kernel-headers=${kernel_source_dir} \ + && make \ && mv src/libafs/MODLOAD-*/openafs.ko .)" CLEAN="rm -f openafs.ko && make clean" -- 2.39.5