From 46bc66e27d4b9d9b2638df2f0382b9f796f7eb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Wed, 8 Jul 2020 05:57:00 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c312a14..ad901c7 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,10 @@ enabled by default. ## KISS paths To avoid creating new builds of some packages, only packages with specific build instruction for glibc are available. -The other are reused from the KISS distribution. So be careful in your KISS paths (`/etc/profile.d/kiss_path.sh`). +The other are reused from the KISS distribution. So be careful in your KISS paths (`/etc/profile.d/kiss_path.sh`). It must +be +``` + export KISS_PATH=/var/db/kiss/kiss-glibc-repo/core:/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg:/var/db/kiss/community/community +``` + +The repository `kiss-glibc-repo/core` must be before `repo/core`.