From 5ebd980500d788ec6adfe2d004d22f954e5ab54d Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 24 Oct 2012 23:00:20 +0200 Subject: install_symlink_html_docs(): Additional fix for compatibility with subslots. --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index f3b0cc0a3..9b280588c 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -31,7 +31,7 @@ install_symlink_html_docs() { done if [ -n "${mydocdir}" ] ; then local mysympath - if [ -z "${SLOT}" -o "${SLOT}" = "0" ] ; then + if [ -z "${SLOT}" -o "${SLOT%/*}" = "0" ] ; then mysympath="${DOC_SYMLINKS_DIR}/${CATEGORY}/${PN}" else mysympath="${DOC_SYMLINKS_DIR}/${CATEGORY}/${PN}-${SLOT%/*}" -- cgit v1.2.3-1-g7c22