From 87a6637c13c05cd329ee556222f13fcb7a0e31f3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Jan 2026 17:50:22 +0100 Subject: [PATCH] bin: copy is a file, not a directory Fixes a warning from fakeroot by adjusting the type in the permission table. Apparently the chown + chmod operations were always done even though the type was wrong. Signed-off-by: Joachim Wiberg --- package/bin/bin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bin/bin.mk b/package/bin/bin.mk index 65e7ca1a..d00c6625 100644 --- a/package/bin/bin.mk +++ b/package/bin/bin.mk @@ -21,7 +21,7 @@ CFLAGS="$(INFIX_CFLAGS)" endef define BIN_PERMISSIONS - /usr/bin/copy d 04750 root klish - - - - - + /usr/bin/copy f 04750 root klish - - - - - endef define BIN_BUILD_PYTHON