Commit graph

11 commits

Author SHA1 Message Date
Pierre Labastie
cd668b9315 Correction to the code for outputing root commands, so that the backquote and
backslash character are not escaped when not using sudo
2012-03-22 20:40:04 +00:00
Pierre Labastie
970f2dc6e0 Change script generation of root command: replace fragile construct
sudo sh -c '<commands>'
with slightly less fragile construct
sudo sh << ROOT_EOF
<commands with ` and \ escaped>
ROOT_EOF
Note: $ are not escaped, which is usually what is intended, but not always
2012-03-20 17:12:26 +00:00
Pierre Labastie
6631b83ab8 Code to copy back the tarball to SRC_ARCHIVE and
to account for the possibility of new-line in md5sums strings
in scripts.xsl
2012-03-05 17:23:09 +00:00
Pierre Labastie
968e95875f Update second place where MD5 sums occur in BLFS/xsl/scripts.xsl 2012-03-03 20:14:40 +00:00
Pierre Labastie
fd988ce1ca copy back downloaded files to SRC_ARCHIVE in BLFS 2012-03-03 20:08:37 +00:00
Pierre Labastie
0aaeb8ec6e Add logic for the case when MD5 sums are not immediately followed by </para>
in BLFS/xsl/scripts.xsl
2012-03-03 18:41:53 +00:00
Pierre Labastie
b9c5dc9d7b Change the code for downloading patches in scripts.xsl
Correct the ftp server usage whan downloading non package files
2012-02-29 13:16:50 +00:00
Pierre Labastie
9683707108 Added unpacking instruction for "zip"ped packages in generated scripts 2012-02-27 10:47:30 +00:00
Pierre Labastie
5e9076f11d Add sudo to generation of rm-rf when cleanning the build tree
because some files may be ownded by root (python2 e.g.)
2012-02-25 09:51:13 +00:00
Pierre Labastie
96a30c7a23 Adds -j1 to "make install", impose a dependency on preceding package in X*
chapter
2012-02-23 17:42:27 +00:00
Pierre Labastie
63fc514fa4 Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00
Renamed from BLFS/libs/scripts.xsl (Browse further)