Fix lintian error

Fix typo in debian/rules so that the package will build
properly.

Test Plan:
PASS Build package
PASS Check for lintian errors

Story: 2009101
Task: 43046

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I1987cf8181da64ce5efbf1f3be043a7d8cb45c1f
This commit is contained in:
Charles Short 2022-01-04 14:42:51 -05:00
parent 76d8156947
commit efb727f7e0
2 changed files with 2 additions and 2 deletions
sysinv/sysinv/debian/deb_folder

@ -4,7 +4,7 @@ Source: https://opendev.org/starlingx/sysinv
Files: *
Copyright: (c) 2013-2021 Wind River Systems, Inc
Copyright: Others ((See individual files for more details)
Others (See individual files for more details)
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

@ -19,7 +19,7 @@ override_dh_install:
--root=$(CURDIR)/debian/tmp
python3 setup.py bdist_wheel \
--universal \
-d $(CURDIR)/debian/sysinv-wheel/usr/share/python3-wheels
-d $(CURDIR)/debian/sysinv-wheels/usr/share/python-wheel
install -p -D -m 755 $(CURDIR)/etc/sysinv/motd-system $(CURDIR)/debian/tmp/etc/motd.d/10-system
dh_install