mirror of
https://github.com/ps1x/onexplayer-superxcontrol.git
synced 2026-05-13 12:58:47 +00:00
Fix dkms target
This commit is contained in:
parent
04e763f757
commit
bbd8962785
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ endif
|
|||
|
||||
DRIVER := oxp-sensors
|
||||
ifneq ("","$(wildcard .git/*)")
|
||||
DRIVER_VERSION := $(shell git describe --long --tags)
|
||||
DRIVER_VERSION := $(shell git describe --long --tags | sed s/\-/\./g )
|
||||
else
|
||||
ifneq ("", "$(wildcard VERSION)")
|
||||
DRIVER_VERSION := $(shell cat VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue