]> git.pld-linux.org Git - packages/lin_tape.git/blob - use-module-dir.patch
- rebuild for kernel-3.6.10-1
[packages/lin_tape.git] / use-module-dir.patch
1 --- lin_tape-1.74.0/Makefile~   2012-08-21 19:32:26.000000000 +0200
2 +++ lin_tape-1.74.0/Makefile    2012-09-29 13:26:24.816711524 +0200
3 @@ -5,7 +5,7 @@
4  #include $(PWD)/Kbuild
5  
6  else
7 -VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' lin_tape_tape.h)
8 +VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' $(M)/lin_tape_tape.h)
9  endif
10  
11  obj-m := lin_tape.o
12 --- lin_tape-1.74.0/Makefile.GPL~       2012-08-21 19:32:26.000000000 +0200
13 +++ lin_tape-1.74.0/Makefile.GPL        2012-09-29 13:26:42.136710913 +0200
14 @@ -5,7 +5,7 @@
15  #include $(PWD)/Kbuild
16  
17  else
18 -VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' lin_tape_tape.h)
19 +VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' $(M)/lin_tape_tape.h)
20  endif
21  
22  obj-m := lin_tape.o
23 --- lin_tape-1.74.0/Makefile.supported~ 2012-08-21 19:32:27.000000000 +0200
24 +++ lin_tape-1.74.0/Makefile.supported  2012-09-29 13:26:59.573376965 +0200
25 @@ -5,7 +5,7 @@
26  #include $(PWD)/Kbuild
27  
28  else
29 -VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' lin_tape_tape.h)
30 +VERSIONRELEASE := $(shell sed --regexp-extended -e '{/\#define LIN_TAPE_VERSION/ s/.*"([0-9.]*)-?([A-Za-z0-9.]*)"/\1 \2/p;d}' $(M)/lin_tape_tape.h)
31  endif
32  
33  obj-m := lin_tape.o
This page took 0.059582 seconds and 3 git commands to generate.