mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
wget2: fix developDocDir on x86
also remove the empty develop/documentation directory from the devel package
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user