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 <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2026-01-29 17:54:54 +01:00
parent 02082f99a8
commit 87a6637c13
+1 -1
View File
@@ -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