Skip to content

Commit

Permalink
DEBUG: show if anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Shpakovskii committed Aug 18, 2023
1 parent 1d551d2 commit ab42444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,8 @@ 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/' {} \;
echo 'hiLex'
grep -r cfapi_log $RPM_BUILD_ROOT%prefix/share/GUI || echo 'none found'
# 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 ab42444

Please sign in to comment.