From f848aafcff37a1e61a275d31241c7ef6e9e74d29 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Thu, 16 Apr 2015 19:38:18 +0000 Subject: [PATCH] Add a symlink from lib/python3/tailslib to the corresponding submodule's checkout. There's a mismatch between the directory structure of a Python (or Perl, by the way) library Git repository, and the way it must be laid out on disk. Let's solve that by cloning all library repositories we need in submodules/, and creating symlinks to them in the appropriate directory. --- lib/python3/tailslib | 1 + 1 file changed, 1 insertion(+) create mode 120000 lib/python3/tailslib diff --git a/lib/python3/tailslib b/lib/python3/tailslib new file mode 120000 index 00000000000..270ed689e09 --- /dev/null +++ b/lib/python3/tailslib @@ -0,0 +1 @@ +../../submodules/pythonlib/tailslib \ No newline at end of file -- GitLab