]> git.pld-linux.org Git - packages/lin_tape.git/blame - use-module-dir.patch
- rediff patches
[packages/lin_tape.git] / use-module-dir.patch
CommitLineData
4d796df7
JR
1diff -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),)
b5818c49
JR
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
4d796df7 12 ifeq ($(SFMP), 1)
This page took 0.105919 seconds and 4 git commands to generate.