Remove unneeded parenthesis

This commit is contained in:
Yuri Chornoivan 2020-10-29 09:09:56 +02:00
parent 2ab0ceb998
commit d45ee40326
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
$EXTRACTRC $(find -name \*.rc) >> rc.cpp || exit 11
$EXTRACTRC $(find -name \*.ui) >> rc.cpp || exit 12
$EXTRACTRC $(find -name \*.kcfg) >> rc.cpp || exit 12)
$EXTRACTRC $(find -name \*.kcfg) >> rc.cpp || exit 12
$XGETTEXT $(find -name \*.cc -o -name \*.cpp -o -name \*.h) rc.cpp -o $podir/partitionmanager.pot
rm -f rc.cpp