Skip to content

Commit f034bf2

Browse files
author
meihuisu
committed
update data
1 parent 0bdebf2 commit f034bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ all:
99
if WITH_CCA_LARGEDATA_DIR
1010
echo "USING WITH_CCA_LARGEDATA_DIR in cca"
1111
else
12-
if [ ! -d "${prefix}/data/i06" ]; then \
13-
./make_data_files.py; \
12+
if [ ! -d "i06" ]; then \
13+
./make_data_files.py -i 6; \
1414
fi
1515
endif
1616

0 commit comments

Comments
 (0)