bintron-r1.eclass: only find regular files
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
3165825161
commit
3f812cecf7
@ -143,7 +143,7 @@ bintron-r1_src_install() {
|
|||||||
doins -r "${S}"/*
|
doins -r "${S}"/*
|
||||||
|
|
||||||
local file type
|
local file type
|
||||||
for file in $(find .); do
|
for file in $(find . -type f); do
|
||||||
|
|
||||||
# node_modules *shouldn't* have anything which requires executable permissions
|
# node_modules *shouldn't* have anything which requires executable permissions
|
||||||
if [[ ${file} =~ /node_modules/ ]]; then
|
if [[ ${file} =~ /node_modules/ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user