From c41ccbfcad91cf3696742099fbb36cc2ba1a4388 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 20 Aug 2023 11:49:58 +0200 Subject: [PATCH] website: fix path_prefix --- oranda.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oranda.json b/oranda.json index b0a93c19af..7c52ddc279 100644 --- a/oranda.json +++ b/oranda.json @@ -2,6 +2,9 @@ "project": { "name": "uutils coreutils" }, + "build": { + "path_prefix": "coreutils" + }, "components": { "changelog": true },