debian: Fix fm-common binaries location

Keep the same binary location as on CentOS.
An fm component was updated to produce binaries to correct location,
but fm-common component was missed. Alarms could not be raised by sm.

Tests:
PASS: bootstrap
PASS: unlock
PASS: alarms are raised by sm

Story: 2009101
Task: 44321
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I56eb2a5cd69c643d477fba20a7344cd51be5444d
This commit is contained in:
Dan Voiculeasa 2022-04-12 10:31:12 +03:00 committed by Bob Church
parent 4df485a754
commit 4a55539a8b
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,3 @@
usr/bin/fmClientCli usr/bin
usr/bin/*.py usr/bin
usr/lib/*.so.*
usr/lib/python*/dist-packages/*
usr/local/bin/*

View File

@ -12,10 +12,10 @@ override_dh_auto_build:
override_dh_auto_install:
make DESTDIR=$(ROOT) \
BINDIR=/usr/bin \
LIBDIR=/usr/lib \
INCDIR=/usr/include \
CGCS_DOC_DEPLOY=/opt/deploy/cgcs_doc install
python3 setup.py install --install-layout=deb --root $(ROOT)
override_dh_usrlocal:
# do nothing