10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Fix create_exetuables to flow symlink

This commit is contained in:
Thomas Applencourt 2015-06-18 11:20:52 +02:00
parent abbcb3195a
commit 1b3a15c794

View File

@ -11,7 +11,7 @@ fi
cd ${QP_ROOT}/data
rm -f executables
EXES=$(find ${QP_ROOT}/src -perm /u+x -type f | grep -e "${QP_ROOT}/src/[^/]*/[^/]*$" |sort )
EXES=$(find -L ${QP_ROOT}/src -executable -type f | grep -e "${QP_ROOT}/src/[^/]*/[^/]*$" |sort )
for EXE in $EXES
do