wget2: fix developDocDir on x86

also remove the empty develop/documentation directory from the devel package
This commit is contained in:
Joachim Mairböck
2025-08-10 21:18:37 +02:00
parent 9a3b9ba5bb
commit d9b24109db

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2012-2015 Tim Ruehsen
2015-2024 Free Software Foundation, Inc."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="3"
REVISION="4"
SOURCE_URI="https://ftpmirror.gnu.org/wget/wget2-$portVersion.tar.gz"
CHECKSUM_SHA256="2b3b9c85b7fb26d33ca5f41f1f8daca71838d869a19b406063aa5c655294d357"
@@ -145,14 +145,14 @@ INSTALL()
cp -r docs/man/* "$manDir"
#install documentation
mkdir -p $developDocDir
cp -r docs/html $developDocDir
mkdir -p $developDir/documentation/wget2
cp -r docs/html $developDir/documentation/wget2
prepareInstalledDevelLib libwget
fixPkgconfig
packageEntries doc \
$developDocDir
$developDir/documentation
packageEntries devel \
"$developDir" \