diff options
author | midipix <writeonce@midipix.org> | 2016-05-07 12:01:24 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:47 -0500 |
commit | 0804e21f6e8a9683b7a3f9529a2fba1e502a9adc (patch) | |
tree | 5b93730ae6082e23645624a5bfcbc983af292616 /configure | |
parent | 18a88361a9eff9d3b2ca8cd95ad17795dfc9c9bc (diff) | |
download | perk-0804e21f6e8a9683b7a3f9529a2fba1e502a9adc.tar.bz2 perk-0804e21f6e8a9683b7a3f9529a2fba1e502a9adc.tar.xz |
build system: project: added custom header installation support.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -354,6 +354,7 @@ config_copy() -e 's^@nickname@^'"$mb_nickname"'^g' \ -e 's^@project_dir@^'"$mb_project_dir"'^g' \ -e 's^@git_reference_dir@^'"$mb_git_reference_dir"'^g' \ + -e 's^@custom_install_headers@^'"$mb_custom_install_headers"'^g' \ \ -e 's^@build@^'"$mb_build"'^g' \ -e 's^@host@^'"$mb_host"'^g' \ |