debian: Fix libfdt package install

When installing the libfdt package is installed it install
the package contents to /sbuild-nonexistent which is incorrect.

Test Plan
PASS Build package and check the contents of the package.

Story: 2009221
Task: 43441

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I67ce5ed2518e61c063607774b854f1b9837cbb98
This commit is contained in:
Charles Short 2022-02-15 00:36:05 +00:00
parent 823e47cfcf
commit 270fff6288
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
usr/*

View File

@ -21,3 +21,6 @@
%:
dh $@
override_dh_auto_install:
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr