Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
3f4adc90
Commit
3f4adc90
authored
Feb 25, 2022
by
David Jarvie
Browse files
Remove obsolete 'find' path
The path './akonadi' has not existed for several years.
parent
53a299c5
Pipeline
#142173
passed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Messages.sh
View file @
3f4adc90
#! /bin/sh
$EXTRACTRC
`
find
.
-name
"*.rc"
-o
-name
"*.ui"
-o
-name
"*.kcfg"
`
>>
rc.cpp
||
exit
11
$XGETTEXT
`
find
.
\(
!
-path
"./akonadi/*"
\)
-a
\(
-name
"*.cpp"
-o
-name
"*.h"
\)
`
-o
$podir
/kalarm.pot
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.h"
`
-o
$podir
/kalarm.pot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment