Debian: Fix a build break for sysinv

This is the error that is being fixed in the build log
debian/rules:25: *** missing separator
 (did you mean TAB instead of 8 spaces?).  Stop.

Introduced on April 29 by:
https://review.opendev.org/c/starlingx/config/+/825350

Test Plan:
 Verified that sysinv can build on debian

Story: 2009101
Task: 44312
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I3b0970b750c71b2a627400359e0abcc14a127055
This commit is contained in:
Al Bailey 2022-04-30 12:37:39 +00:00
parent dc08bdf3cf
commit 487d0e0e98
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ override_dh_install:
-d $(CURDIR)/debian/sysinv-wheels/usr/share/python-wheel
install -p -D -m 755 $(CURDIR)/etc/sysinv/motd-system $(CURDIR)/debian/tmp/etc/update-motd.d/10-system
install -p -D -m 755 $(CURDIR)/etc/sysinv/sysinv_goenabled_check.sh $(CURDIR)/debian/tmp/etc/goenabled.d/sysinv_goenabled_check.sh
install -v -m 755 -d $(CURDIR)/var/stx_app/plugins
install -v -m 755 -d $(CURDIR)/var/stx_app/plugins
dh_install
override_dh_python3: