fix debian/rules install (use temporary destination)
authorMiroslav Ondra <ondra@faster.cz>
Fri, 5 Jun 2020 13:53:05 +0000 (15:53 +0200)
committerMiroslav Ondra <ondra@faster.cz>
Fri, 5 Jun 2020 13:53:05 +0000 (15:53 +0200)
debian/rules

index 610f20c27f2fa0ee61cd125f65a263f39ea6ee19..b0fcd81bea151a7758030c5d3a32fad7d4ad33c5 100755 (executable)
@@ -114,7 +114,10 @@ override_dh_auto_install:
 endif
 ifeq ($(shell dpkg-architecture -q DEB_HOST_ARCH),armhf)
 override_dh_auto_install:
+       ls -lR debian/tempdest
+       ls -lR debian/$(BINARY_PKG_NAME)
        mv debian/tempdest/* debian/$(BINARY_PKG_NAME) || exit 1;
+       ls -lR debian/$(BINARY_PKG_NAME)
        #for LDP in $(LINUX_DIR_PATH); do \
        #       dh_auto_install --destdir=debian/$(BINARY_PKG_NAME) -- CCPREFIX=${DEB_TARGET_GNU_TYPE}- \
        #               LINUX_DIR_PATH=$${LDP} ARCH=${DEB_TARGET_ARCH_CPU} || exit 1;\