Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
21 lines
751 B
Diff
21 lines
751 B
Diff
diff --git a/meson.build b/meson.build
|
|
index c8ee42fd..610401ca 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -414,15 +414,6 @@ install_data(
|
|
'proto/proto.install',
|
|
install_dir : join_paths(DATAROOTDIR, 'pacman'))
|
|
|
|
-foreach path : [
|
|
- join_paths(LOCALSTATEDIR, 'lib/pacman/'),
|
|
- join_paths(LOCALSTATEDIR, 'cache/pacman/pkg/'),
|
|
- join_paths(DATAROOTDIR, 'makepkg-template/'),
|
|
- join_paths(DATAROOTDIR, 'libalpm/hooks/'),
|
|
- ]
|
|
- meson.add_install_script('sh', '-c', 'mkdir -p "$DESTDIR/@0@"'.format(path))
|
|
-endforeach
|
|
-
|
|
TEST_ENV = environment()
|
|
TEST_ENV.set('PMTEST_SCRIPTLIB_DIR', join_paths(meson.project_source_root(), 'scripts/library/'))
|
|
TEST_ENV.set('PMTEST_LIBMAKEPKG_DIR', join_paths(meson.project_build_root(), 'scripts/libmakepkg/'))
|