New to this version is the archlinux FLAVOR to manage an Arch Linux userland for the Linuxulator. It installs into/manages /compat/archlinux to not conflict with the linux-c7 ports, similar to sysutils/debootstrap. Reviewed by: fluffy, trasz Event: BSDCan 2022 Event: SouthEast LinuxFest 2022 Event: SouthEast LinuxFest 2023 Differential Revision: https://reviews.freebsd.org/D33652
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
--- scripts/meson.build.orig 2020-12-03 11:37:30 UTC
|
|
+++ scripts/meson.build
|
|
@@ -66,7 +66,7 @@ configure_file(
|
|
configuration : { 'libmakepkgdir': LIBMAKEPKGDIR, 'PACKAGE_VERSION': PACKAGE_VERSION },
|
|
input : 'libmakepkg.pc.in',
|
|
output : '@BASENAME@',
|
|
- install_dir : join_paths(DATAROOTDIR, 'pkgconfig'))
|
|
+ install_dir : join_paths(get_option('prefix'), 'libdata', 'pkgconfig'))
|
|
|
|
custom_target(
|
|
'bash_completion',
|