I'm not sure this is needed, but for keeping commonality with the other powerpc-based ports and given it's not failing, I added ppc64el here.
Signed-off-by: Mauricio Faria de Oliveira <[email protected]> --- debian/rules.real | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/rules.real b/debian/rules.real index f1a861d..61900fd 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -379,7 +379,7 @@ ifneq ($(filter armel armhf,$(ARCH)),) install -D -m644 $$i '$(DT_INSTALL_DIR)'/$$(basename $$i) ; \ done endif -ifneq ($(filter powerpc powerpcspe ppc64,$(ARCH)),) +ifneq ($(filter powerpc powerpcspe ppc64 ppc64el,$(ARCH)),) +$(MAKE_CLEAN) -C '$(DIR)' bootwrapper_install \ WRAPPER_OBJDIR='$(CURDIR)/$(DT_INSTALL_DIR)' \ WRAPPER_DTSDIR='$(CURDIR)/$(DT_INSTALL_DIR)'/dts \ -- 1.7.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

