diff options
Diffstat (limited to 'python.eselect.in')
-rw-r--r-- | python.eselect.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python.eselect.in b/python.eselect.in index e542f5e..701c02b 100644 --- a/python.eselect.in +++ b/python.eselect.in @@ -135,7 +135,7 @@ set_man_symlink() { return 1 fi - ln -nfs "${target}${extension}" "${MAN_PATH}/python${extension}" || die + ln -nfs "${target}${suffix}" "${MAN_PATH}/python${suffix}" || die } # Set OSX framework symlinks |