Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e1fb03ca138bbec453844d94b7292277580d9a54?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

commented bad dependencies

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 6e66a16716
commit e1fb03ca13
  1. 8
      buildDebianPackage

@ -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

Loading…
Cancel
Save