From c54d0ac144b10d010c587e88e3f189f03acf319a Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 14 Jan 2013 00:09:30 +0400 Subject: deb-pkg: update builddeb to account for the dtb location change Commit 499cd82 "ARM: dt: change .dtb build rules to build in dts directory" changed the location of the generated dtb file. Modify the builddeb script accordingly. Signed-off-by: Andrey Konovalov --- scripts/package/builddeb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 22686b9c156..ed79ca3da88 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -282,9 +282,9 @@ EOF fi # Copy device tree files if generated -stat arch/$ARCH/boot/*.dtb && { +stat arch/$ARCH/boot/dts/*.dtb && { mkdir -p "$tmpdir/lib/firmware/$version/device-tree" - cp arch/$ARCH/boot/*.dtb "$tmpdir/lib/firmware/$version/device-tree" + cp arch/$ARCH/boot/dts/*.dtb "$tmpdir/lib/firmware/$version/device-tree" } cat <> debian/control -- cgit v1.2.3