|
@ -126,9 +126,17 @@ _gui_build(){ |
|
|
then |
|
|
then |
|
|
rm "$bdir/$oscam_name.debug" |
|
|
rm "$bdir/$oscam_name.debug" |
|
|
printf "\n $txt_delete $oscam_name.debug\n"|tee -a "$ldir/$log_name" |
|
|
printf "\n $txt_delete $oscam_name.debug\n"|tee -a "$ldir/$log_name" |
|
|
fi;) | "$gui" "$st_" --colors --title " -[ Build ]- " "$pb_" "$_lines" "$_cols" |
|
|
fi; |
|
|
sleep 2 |
|
|
sleep 2 |
|
|
|
|
|
|
|
|
|
|
|
#patchelf |
|
|
|
|
|
if [ -n "$_patchelf" ] |
|
|
|
|
|
then |
|
|
|
|
|
printf "\n patchelf $_patchelf\n"|tee -a "$ldir/$log_name" |
|
|
|
|
|
eval "patchelf "$_patchelf" "$bdir/$oscam_name"" |
|
|
|
|
|
fi;) | "$gui" "$st_" --colors --title " -[ Build ]- " "$pb_" "$_lines" "$_cols" |
|
|
|
|
|
sleep 1 |
|
|
|
|
|
|
|
|
#COMPRESS |
|
|
#COMPRESS |
|
|
if [ ! "$stapi_allowed" == "1" ] |
|
|
if [ ! "$stapi_allowed" == "1" ] |
|
|
then |
|
|
then |
|
|