mirror of https://github.com/CGAL/cgal
use `package_info` to detect packages
instead of `test`, `examples`, or `demo`
This commit is contained in:
parent
51d620c3a4
commit
092f81cc0a
|
|
@ -19,7 +19,7 @@ INDEX=0
|
|||
i=0
|
||||
for f in *
|
||||
do
|
||||
if [ -d "$f/examples/$f" ] || [ -d "$f/test/$f" ] || [ -d "$f/demo/$f" ]
|
||||
if [ -d "$f/package_info/$f" ]
|
||||
then
|
||||
PACKAGES[$INDEX]+="$f "
|
||||
i=$[i+1]
|
||||
|
|
|
|||
Loading…
Reference in New Issue