logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 0b645dfc7ec69d9af197b2a081e14c0b2962f6bf
parent 407b02d6b45bb73252c57cadd68591ee43376dc9
Author: fosslinux <fosslinux@aussies.space>
Date:   Sat,  4 Jun 2022 08:25:38 +1000

Merge pull request #179 from stikonas/mes_ppsyntax

Remove pregenerated files (ppsyntax) in mes.

Diffstat:

Mlib/sysgeneral.py4++--
Msysa/mes-0.24/mes-0.24.kaem3+++
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lib/sysgeneral.py b/lib/sysgeneral.py @@ -131,9 +131,9 @@ this script the next time") else: raise TypeError("url must be either a string or a list of strings") # Install base files - for i, _ in enumerate(urls): + for i, uri in enumerate(urls): # Download files into cache directory - self.download_file(urls[i], outputs[i]) + self.download_file(uri, outputs[i]) def make_initramfs(self): """Package binary bootstrap seeds and sources into initramfs.""" diff --git a/sysa/mes-0.24/mes-0.24.kaem b/sysa/mes-0.24/mes-0.24.kaem @@ -34,6 +34,9 @@ cp ../files/config.h ${MES_PREFIX}/include/mes cd ${MES_PREFIX} +# Remove pregenerated files +rm mes/module/mes/psyntax.pp mes/module/mes/psyntax.pp.header + # These files are symlinked in the repo cp mes/module/srfi/srfi-9-struct.mes mes/module/srfi/srfi-9.mes cp mes/module/srfi/srfi-9/gnu-struct.mes mes/module/srfi/srfi-9/gnu.mes