From 28d50cad6d111b8c55639ad3512de0e0681c454d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Fri, 8 Oct 2021 19:47:55 -0300 Subject: [PATCH] recipes: docbook/openjade: Fix wrong symlink to manpage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/docbook/openjade/recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/docbook/openjade/recipe b/recipes/docbook/openjade/recipe index 42ae7f8b..a8612288 100644 --- a/recipes/docbook/openjade/recipe +++ b/recipes/docbook/openjade/recipe @@ -1,6 +1,6 @@ # Build recipe for openjade. # -# Copyright (c) 2019 Matias Fonzo, . +# Copyright (c) 2019, 2021 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ set -e program=openjade version=1.3.2 -release=1 +release=2 # Define a category for the output of the package name pkgcategory=docbook @@ -89,7 +89,7 @@ build() # Create Jade equivalents ln -sf openjade "${destdir}/usr/bin/jade" - ln -sf openjade.1 "${destdir}${mandir}/jade.1" + ln -sf openjade.1 "${destdir}${mandir}/man1/jade.1" # Catalogs -- 2.11.4.GIT