[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:misc:anatomy_of_a_slackbuild [2020/02/08 15:20 (UTC)] – [Anatomía de un Slackbuild] rrampes:howtos:misc:anatomy_of_a_slackbuild [2020/02/08 18:48 (UTC)] – [Anatomía de un Slackbuild] rramp
Línea 181: Línea 181:
 </code> </code>
  
-If you look closely at the image (taking into account /tmp/SBo/ at top of image you will see exactly that in the image.OUTPUT is set to  /tmp \\+Si se mira de cerca la imagen (tomando en cuenta /tmp/SBo/ en la parte superior de la imagenverás exactamente que en la imagen. OUTPUT está ajustado a /tmp\\
  
 Próximo bloque de código: Próximo bloque de código:
Línea 234: Línea 234:
   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
 </code> </code>
-villa luzuriaga +set -e: esto detiene la ejecución del script si hay un error al ejecutar este código siguiendo este comando\\ 
-set -e: this stops the execution of the script if there is an  error executing this code following this command \\ +rm -rf $PKG: esto borra algún directorio previo (y contenido) de  
-rm -rf $PKG: this  deletes any previous directory (and contents)  of   package-latex2html at  of /tmp/SBo/package-latex2html \\+rm -rf $PKG: this  deletes any previous directory (and contents) of package-latex2html en /tmp/SBo/package-latex2html \\ 
 + 
 +package-latex2html at  of /tmp/SBo/package-latex2html \\
 mkdir -p $TMP $PKG $OUTPUT :mkdir with the " -p " flag creates  directories, but only if they don't exist already.\\ mkdir -p $TMP $PKG $OUTPUT :mkdir with the " -p " flag creates  directories, but only if they don't exist already.\\
  
 es:howtos:misc:anatomy_of_a_slackbuild ()