--- nsis-3.08-src/SConstruct 2021-01-15 17:31:10.000000000 +0100 +++ nsis-3.08-src/SConstruct-passthru 2022-08-02 17:11:12.414702282 +0200 @@ -71,7 +71,7 @@ defenv = { 'TARGET_ARCH': ARGUMENTS.get('TARGET_ARCH', 'x86'), - 'ENV': {} + 'ENV': os.environ.copy() } ######################################################################
aboutsummaryrefslogtreecommitdiff
path: root/etc/kernels-manifest.scm
AgeCommit message (Expand)Author
2023-01-06maint: Add missing modules to the kernel manifest....* etc/kernels-manifest.scm: Add missing modules. Leo Famulari
2022-12-29maint: Add a manifest for everything related to linux-libre....* etc/kernels-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Leo Famulari