Commit e1fb03ca authored by Claudio Valerio's avatar Claudio Valerio

commented bad dependencies

parent 6e66a167
...@@ -253,10 +253,10 @@ for l in `objdump -p $SANKORE_PACKAGE_DIRECTORY/Open-Sankore | grep NEEDED | awk ...@@ -253,10 +253,10 @@ for l in `objdump -p $SANKORE_PACKAGE_DIRECTORY/Open-Sankore | grep NEEDED | awk
done; done;
#additional dependencies #additional dependencies
tab[$count]="gtk2-engines-pixbuf" #tab[$count]="gtk2-engines-pixbuf"
((count++)) #((count++))
tab[$count]="ttf-mscorefonts-installer" #tab[$count]="ttf-mscorefonts-installer"
((count++)) #((count++))
for ((i=0;i<${#tab[@]};i++)); do for ((i=0;i<${#tab[@]};i++)); do
if [ $i -ne "0" ]; then if [ $i -ne "0" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment