move comedi_config back to /usr/sbin
This commit is contained in:
parent
dd24c022e5
commit
142cff19a6
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -19,6 +19,7 @@ INSTALLDIR_LIB=$(DESTDIR)/usr/lib
|
|||
INSTALLDIR_DOC=$(DESTDIR)/usr/share/doc/libcomedi
|
||||
INSTALLDIR_MAN=$(DESTDIR)/usr/share/man
|
||||
INSTALLDIR_BIN=$(DESTDIR)/usr/bin
|
||||
INSTALLDIR_SBIN=$(DESTDIR)/usr/sbin
|
||||
|
||||
comedilib: subdirs
|
||||
|
||||
|
@ -37,7 +38,7 @@ install: dummy
|
|||
install ${DOCFILES} ${INSTALLDIR_DOC}
|
||||
install man/*.7 ${INSTALLDIR_MAN}/man7
|
||||
install man/*.8 ${INSTALLDIR_MAN}/man8
|
||||
install -m 755 comedi_config/comedi_config ${INSTALLDIR_BIN}
|
||||
install -m 755 comedi_config/comedi_config ${INSTALLDIR_SBIN}
|
||||
install -m 755 comedi_calibrate/comedi_calibrate ${INSTALLDIR_BIN}
|
||||
|
||||
lpr: dummy
|
||||
|
|
Loading…
Add table
Reference in a new issue