Skip to content

Commit

Permalink
Merge pull request #1249 from Lex-2008/ENT-10420-no-sed-s-cfapi_log-s…
Browse files Browse the repository at this point in the history
…yslog

ENT-10420 remove s/cfapi_log/syslog from buildscripts
  • Loading branch information
Aleksei Shpakovskii authored Aug 21, 2023
2 parents 5d2f0de + fe7bc33 commit 7f35909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ sed "s/define('ENVIRONMENT', 'development')/define('ENVIRONMENT','production')/g
mv $RPM_BUILD_ROOT%prefix/share/GUI/public/index.php.tmp $RPM_BUILD_ROOT%prefix/share/GUI/public/index.php
rm -f $RPM_BUILD_ROOT%prefix/share/GUI/public/index.php.tmp

find $RPM_BUILD_ROOT%prefix/share/GUI -type f -exec sed -i 's/cfapi_log/syslog/' {} \;
# NovaBase
mkdir -p $RPM_BUILD_ROOT%prefix/share/NovaBase
cp -R $RPM_BUILD_ROOT%prefix/masterfiles $RPM_BUILD_ROOT%prefix/share/NovaBase/masterfiles
Expand Down

0 comments on commit 7f35909

Please sign in to comment.