|
|
@ -233,6 +233,8 @@ done; |
|
|
|
#additional dependencies |
|
|
|
#additional dependencies |
|
|
|
tab[$count]="gtk2-engines-pixbuf" |
|
|
|
tab[$count]="gtk2-engines-pixbuf" |
|
|
|
((count++)) |
|
|
|
((count++)) |
|
|
|
|
|
|
|
tab[$count]="ttf-mscorefonts-installer" |
|
|
|
|
|
|
|
((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 |
|
|
@ -270,5 +272,5 @@ dpkg -b "$BASE_WORKING_DIR" install/linux/Open-Sankore_${VERSION}_$ARCHITECTURE. |
|
|
|
notify-send "Open-Sankore" "Package built" |
|
|
|
notify-send "Open-Sankore" "Package built" |
|
|
|
|
|
|
|
|
|
|
|
#clean up mess |
|
|
|
#clean up mess |
|
|
|
#fakeroot rm -rf $BASE_WORKING_DIR |
|
|
|
fakeroot rm -rf $BASE_WORKING_DIR |
|
|
|
|
|
|
|
|
|
|
|