]> git.pld-linux.org Git - packages/lin_tape.git/blob - use-module-dir.patch
- this is actually 5.10?
[packages/lin_tape.git] / use-module-dir.patch
1 diff -urNp -x '*.orig' lin_tape-3.0.52.org/Makefile lin_tape-3.0.52/Makefile
2 --- lin_tape-3.0.52.org/Makefile        2021-02-24 22:06:04.385259650 +0100
3 +++ lin_tape-3.0.52/Makefile    2021-02-24 22:06:04.421926205 +0100
4 @@ -5,7 +5,7 @@ ifneq ($(KERNELRELEASE),)
5  #include $(PWD)/Kbuild
6  
7  else
8 -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)
9 +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)
10  endif
11  
12  ifeq ($(SFMP), 1)
This page took 0.027217 seconds and 3 git commands to generate.