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
|
i=0
|
||||||
for f in *
|
for f in *
|
||||||
do
|
do
|
||||||
if [ -d "$f/examples/$f" ] || [ -d "$f/test/$f" ] || [ -d "$f/demo/$f" ]
|
if [ -d "$f/package_info/$f" ]
|
||||||
then
|
then
|
||||||
PACKAGES[$INDEX]+="$f "
|
PACKAGES[$INDEX]+="$f "
|
||||||
i=$[i+1]
|
i=$[i+1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue