From: Russ Allbery Date: Sat, 25 Sep 2010 00:06:34 +0000 (-0700) Subject: Add backslashes to the DKMS command X-Git-Tag: debian/1.5.77-2~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4b83a2a1c85bb476e5f4b9a6e480366dca4432c3;p=packages%2Fo%2Fopenafs.git Add backslashes to the DKMS command * Add backslashes to the DKMS command, which will be required once DKMS uses proper shell quoting. --- 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"