fix path when creating calibration directory during install, bug noted
by Norbert Schmidt.
This commit is contained in:
parent
ad25b37d40
commit
d9a35aa836
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ comedi_calibrate_CFLAGS = $(COMEDILIB_CFLAGS)
|
|||
comedi_calibrate_LDADD = $(COMEDILIB_LIBS)
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -d $(localstatedir)/calibrations
|
||||
$(INSTALL) -d $(localstatedir)/lib/comedi/calibrations
|
||||
|
||||
EXTRA_DIST = results
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue