Skip to content

Commit

Permalink
Respect excludefiles when doing (local) installation
Browse files Browse the repository at this point in the history
See #286
  • Loading branch information
josephwright committed Sep 11, 2023
1 parent 22348ef commit b38171f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ this project uses date-based 'snapshot' version identifiers.
### Fixed
- Return passing errorlevel if BibTeX issues warnings
(see \#260)
- Respect `excludefiles` when doing (local) installation

## [2023-09-07]

Expand Down
1 change: 1 addition & 0 deletions l3build-install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ function install_files(target,full,dry_run)
dir = dir or currentdir
include = include or { }
exclude = exclude or { }
insert(exclude,excludefiles)
local excludelist = { }
for _,glob_table in pairs(exclude) do
for _,glob in pairs(glob_table) do
Expand Down

0 comments on commit b38171f

Please sign in to comment.