]> sourceware.org Git - dm.git/commitdiff
fix incorrect relative dir; remove headers before patching, otherwise patch
authorAndres Salomon <dilinger@voxel.net>
Sun, 19 May 2002 04:18:29 +0000 (04:18 +0000)
committerAndres Salomon <dilinger@voxel.net>
Sun, 19 May 2002 04:18:29 +0000 (04:18 +0000)
fails

debian/rules

index e49144c95e87422d0991c988e52b0d526e659c7c..c135097f5841b54cf0bce9326add5aa47196bf4c 100755 (executable)
@@ -32,9 +32,10 @@ major=2
 
 header-update:
        # This isn't actually used; it's here for my own personal reference.
+       rm -f debian/include/linux/*.h
        cd debian && tar jxvf /usr/src/kernel-source-2.4.18.tar.bz2 && \
                        ./scripts/strippatch.pl \
-                       ./patches/linux-2.4.18-devmapper-ioctl.patch  | \
+                       ../patches/linux-2.4.18-devmapper-ioctl.patch | \
                        ./scripts/includes.pl kernel-source-2.4.18/ | \
                        patch -p1 
 
This page took 0.024997 seconds and 5 git commands to generate.