|
|
|
@ -253,10 +253,10 @@ for l in `objdump -p $SANKORE_PACKAGE_DIRECTORY/Open-Sankore | grep NEEDED | awk |
|
|
|
|
done; |
|
|
|
|
|
|
|
|
|
#additional dependencies |
|
|
|
|
tab[$count]="gtk2-engines-pixbuf" |
|
|
|
|
((count++)) |
|
|
|
|
tab[$count]="ttf-mscorefonts-installer" |
|
|
|
|
((count++)) |
|
|
|
|
#tab[$count]="gtk2-engines-pixbuf" |
|
|
|
|
#((count++)) |
|
|
|
|
#tab[$count]="ttf-mscorefonts-installer" |
|
|
|
|
#((count++)) |
|
|
|
|
|
|
|
|
|
for ((i=0;i<${#tab[@]};i++)); do |
|
|
|
|
if [ $i -ne "0" ]; then |
|
|
|
|