diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-09 13:29:32 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-07-09 13:29:32 +0800 |
commit | a9e964ed996443ff126c08287ef1d8c78b1f9270 (patch) | |
tree | fdb1a9db9375a13216ef4fdc6e5fd637d15af5f0 /chapter08/meson.xml | |
parent | 47c9152b13cf90cc09fb23e4ee2405bdd5b5576f (diff) |
fix installed directories in jinja2 & markupsafe
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r-- | chapter08/meson.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 27e2bdf24..692513b06 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -94,6 +94,9 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/ <seglistitem> <seg>meson</seg> + <!-- We are using DESTDIR installation here, so the directory layout + is different than other Python modules in LFS + (Jinja2 & MarkupSafe). --> <seg>/usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg-info and /usr/lib/python&python-minor;/site-packages/mesonbuild</seg> </seglistitem> </segmentedlist> |