From 3ed43d88480300f00f5e893cbc4da95ea69d7e34 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sat, 30 May 2026 15:04:06 +0300 Subject: [PATCH] Update Makefile.Linux --- Makefile.Linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.Linux b/Makefile.Linux index 50ba426..05f9f5c 100644 --- a/Makefile.Linux +++ b/Makefile.Linux @@ -170,4 +170,6 @@ install: install-chroot-dir install-bin install-etc install-log install-man inst @if [ "$(DESTDIR)" = "" ]; then \ sh debian/preinst; \ sh debian/postinst; \ + else \ + ls -lR $(DESTDIR); \ fi