mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
sphinx, fix symbolic links (#8796)
This commit is contained in:
@@ -21,7 +21,7 @@ extensions."
|
|||||||
HOMEPAGE="https://www.sphinx-doc.org/"
|
HOMEPAGE="https://www.sphinx-doc.org/"
|
||||||
COPYRIGHT="2023 Georg Brandl"
|
COPYRIGHT="2023 Georg Brandl"
|
||||||
LICENSE="BSD (2-clause)"
|
LICENSE="BSD (2-clause)"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/sphinx-doc/sphinx/archive/refs/tags/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/sphinx-doc/sphinx/archive/refs/tags/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="07615442c34dbbf1844d4b514c659c27a8fa14819d6999b920773aed798d00c9"
|
CHECKSUM_SHA256="07615442c34dbbf1844d4b514c659c27a8fa14819d6999b920773aed798d00c9"
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ INSTALL()
|
|||||||
# And provide suffix-less symlinks for the default version
|
# And provide suffix-less symlinks for the default version
|
||||||
if [ $pythonVersion = $defaultVersion ]; then
|
if [ $pythonVersion = $defaultVersion ]; then
|
||||||
for f in $binDir/*; do
|
for f in $binDir/*; do
|
||||||
ln -sr $f $f-$pythonVersion
|
ln -sr $f ${f%-$pythonVersion}
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user