diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 22:22:58 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 12:35:18 +0100 |
commit | 6597dd9d3defc82367a116efce21d7e4b709d1a8 (patch) | |
tree | 022071f4b45787d856f9631ca8061fec071037a6 | |
parent | 82cf433a863a9b988f2d4ff1b585beb484e6033d (diff) |
Fix and optimize the process of libexpected extraction
-rw-r--r-- | private/komodo/komodo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm index e243333..e6a3cd6 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -93,7 +93,7 @@ (patches (search-patches "libexpected-use-provided-catch2.patch"))) "/ " " DESTINATION " #+ build-path-expected - " FILES_MATCHING PATTERN \"*\"" + " NO_SOURCE_PERMISSIONS" " FOLLOW_SYMLINK_CHAIN)\n" "file(ARCHIVE_EXTRACT INPUT " #+ (origin |