Fixed test for debian package build
This commit is contained in:
parent
0fb94f62e9
commit
443af26b35
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ DOCFILES= README INSTALL `find doc -type f`
|
|||
|
||||
INSTALLDIR=$(DESTDIR)/usr
|
||||
INSTALLDIR_LIB=$(DESTDIR)/usr/lib
|
||||
ifeq ($(DEBIAN),)
|
||||
ifneq ($(DEB_BUILD_ARCH),)
|
||||
INSTALLDIR_DOC=$(DESTDIR)/usr/share/doc/libcomedi
|
||||
INSTALLDIR_MAN=$(DESTDIR)/usr/share/man
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue