Fixed extraction of version string.

merge-requests/1/head
Gerhard Jaeger 2006-05-23 05:58:33 +00:00
rodzic 06f66d476c
commit 00d2e197f7
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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