mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
14 lines
318 B
Diff
14 lines
318 B
Diff
Bug-report: https://savannah.gnu.org/bugs/?64335
|
|
|
|
--- a/data/caja/meson.build
|
|
+++ b/data/caja/meson.build
|
|
@@ -16,7 +16,7 @@
|
|
po_dir: po_dir,
|
|
type: 'desktop',
|
|
args: [
|
|
- '--keyword', 'Name',
|
|
- '--keyword', 'Description',
|
|
+ '--keyword=Name',
|
|
+ '--keyword=Description',
|
|
]
|
|
)
|