forked from pool/mstflint
a223e19789
- Update to v4.16.0-2 - mstlink tool - Added support for PCIe eye grade scan - Enabled margin scan on Network links - Enabled querying the current host configuration using the "q | query" flag - mstconfig tool - fixed database - fixed several bugs - Refresh patches against latest sources: - Remove-date-time-info-from-build.patch - Fix-gcc7-and-gcc8.patch - fix-race-condition-during-install.patch OBS-URL: https://build.opensuse.org/request/show/883662 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=41
22 lines
661 B
Diff
22 lines
661 B
Diff
commit 77d8c2e2d7de83dc8202d99bb995c423299229fb
|
|
Author: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
Date: Mon Oct 15 09:33:09 2018 +0200
|
|
|
|
fix race condition during install
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
diff --git dev_mgt/Makefile.am dev_mgt/Makefile.am
|
|
index 3118b85f97a4..193abaf79e11 100644
|
|
--- dev_mgt/Makefile.am
|
|
+++ dev_mgt/Makefile.am
|
|
@@ -46,7 +46,7 @@ libdev_mgt_a_SOURCES = \
|
|
|
|
dev_mgt_pylibdir = $(libdir)/mstflint/python_tools/
|
|
|
|
-dev_mgt_pylib_DATA = c_dev_mgt.so dev_mgt.py
|
|
+dev_mgt_pylib_DATA = c_dev_mgt.so
|
|
dist_dev_mgt_pylib_DATA = dev_mgt.py
|
|
|
|
c_dev_mgt.so: libdev_mgt.a
|