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:
parent
823e47cfcf
commit
270fff6288
1
base/libfdt/debian/deb_folder/libfdt.install
Normal file
1
base/libfdt/debian/deb_folder/libfdt.install
Normal file
@ -0,0 +1 @@
|
||||
usr/*
|
@ -21,3 +21,6 @@
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user