mirror of
https://github.com/flatpak/flatpak.git
synced 2025-12-30 03:18:00 -05:00
Resolves: https://github.com/flatpak/flatpak/issues/2241 Signed-off-by: Simon McVittie <smcv@collabora.com>
10 lines
207 B
Meson
10 lines
207 B
Meson
# Copyright 2022 Collabora Ltd.
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
install_data(
|
|
'flatpak-bisect',
|
|
'flatpak-coredumpctl',
|
|
install_dir : get_option('bindir'),
|
|
install_mode : 'rwxr-xr-x',
|
|
)
|