Make sure modules are executable.

This commit is contained in:
fewtarius 2022-03-19 13:25:22 -04:00
parent 08608c85b7
commit 61bf24c41b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -21,5 +21,6 @@ make_target() {
makeinstall_target() {
mkdir -p ${INSTALL}/usr/config/modules
cp -rf ${PKG_DIR}/sources/* ${INSTALL}/usr/config/modules
chmod 0755 ${INSTALL}/usr/config/modules/*
}