diff --git a/fm-common/debian/deb_folder/fm-common.install b/fm-common/debian/deb_folder/fm-common.install index 440e713d..83d4b1c8 100644 --- a/fm-common/debian/deb_folder/fm-common.install +++ b/fm-common/debian/deb_folder/fm-common.install @@ -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/* diff --git a/fm-common/debian/deb_folder/rules b/fm-common/debian/deb_folder/rules index dd4d61c6..2979b6c0 100755 --- a/fm-common/debian/deb_folder/rules +++ b/fm-common/debian/deb_folder/rules @@ -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