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