Skip to content

Commit ffb7585

Browse files
committed
Fix customize.sh
1 parent bce291b commit ffb7585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ case $# in
7474
fi
7575
done
7676

77-
filelist_2="cmake/UseOTTemplate.cmake cmake/OTTemplateConfig.cmake.in lib/src/ottemplate lib/include/ottemplate lib/include/${module_newname}/OTTemplateprivate.hxx lib/include/${module_newname}/OTTemplate.hxx python/src/ottemplate_module.i distro/rpm/ottemplate.spec"
77+
filelist_2="cmake/OTTemplateConfig.cmake.in lib/src/ottemplate lib/include/ottemplate lib/include/${module_newname}/OTTemplateprivate.hxx lib/include/${module_newname}/OTTemplate.hxx python/src/ottemplate_module.i distro/rpm/ottemplate.spec"
7878

7979
for file in $filelist_2
8080
do

0 commit comments

Comments
 (0)