[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ónAmbos lados, revisión siguiente
es:howtos:misc:anatomy_of_a_slackbuild [2020/02/08 15:33 (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 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 ()