]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add backslashes to the DKMS command
authorRuss Allbery <rra@debian.org>
Sat, 25 Sep 2010 00:06:34 +0000 (17:06 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 25 Sep 2010 00:06:34 +0000 (17:06 -0700)
* Add backslashes to the DKMS command, which will be required once DKMS
  uses proper shell quoting.

debian/changelog
debian/openafs-modules-dkms.dkms

index 9bcbcb945be896b73a0e13a807f9ddae56d23292..37a0d3f5756d3f9d5ae4aa4b285ccc63ed824f6d 100644 (file)
@@ -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 <rra@debian.org>  Fri, 24 Sep 2010 17:05:35 -0700
 
index ab8c32283a320cd3382c45c569d5a39250d9c126..e99876e6fa7fd6ac8bb4e37a34ee146198c24448 100644 (file)
@@ -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"