Skip to content
Snippets Groups Projects
Commit 6f76ebb3 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

No need to export master.pike.in twice; we already get all of LIBDIR_SRC.

Rev: bin/install.pike:1.127
parent 741ecb42
Branches
Tags
No related merge requests found
...@@ -1303,7 +1303,7 @@ void do_install() ...@@ -1303,7 +1303,7 @@ void do_install()
make_master(unpack_master, master_src, "build/lib", "build", "lib"); make_master(unpack_master, master_src, "build/lib", "build", "lib");
#endif #endif
to_export+=({ to_export+=({
unpack_master, master_src, unpack_master,
combine_path(vars->TMP_BUILDDIR,"specs"), combine_path(vars->TMP_BUILDDIR,"specs"),
combine_path(vars->TMP_BUILDDIR, combine_path(vars->TMP_BUILDDIR,
"modules/dynamic_module_makefile"), "modules/dynamic_module_makefile"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment