kopia lustrzana https://gitlab.com/sane-project/backends
Fixed extraction of version string.
rodzic
06f66d476c
commit
00d2e197f7
|
|
@ -1,3 +1,7 @@
|
|||
2006-05-23 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||
|
||||
* doc/plustek/Makefile.kernel26: Fixed extraction of version string.
|
||||
|
||||
2006-05-21 m. allan noah <anoah AT pfeiffer DOT edu>
|
||||
|
||||
* backend/fujitsu.c backend/fujitsu.conf.in
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ ifeq ($(LINUXVERSION),)
|
|||
endif
|
||||
LINUXRELEASE = $(shell uname -r | cut -d'.' -f3)
|
||||
|
||||
VERSIONSTR = $(shell grep "define BACKEND_VERSION" $(PWD)/plustek_pp.c | cut -b25-50 )
|
||||
VERSIONSTR = $(shell grep "define BACKEND_VERSION" $M/plustek_pp.c | cut -b25-50 )
|
||||
|
||||
#
|
||||
# extra flags
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue