mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user