diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-10-08 02:02:07 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-10-08 02:02:07 +0000 |
commit | 6247a3afac8e1a629ebef93b9828054f8b069644 (patch) | |
tree | ff02797e47b587e5a8ad86a5e52819d8724274a9 /xorg/X11R7.6 | |
parent | d602e714653dc4ce19769eb511c5afca7a2b62ba (diff) | |
download | xrdp-proprietary-6247a3afac8e1a629ebef93b9828054f8b069644.tar.gz xrdp-proprietary-6247a3afac8e1a629ebef93b9828054f8b069644.zip |
buildx.sh: remove special case for python, it's not built anymore
Diffstat (limited to 'xorg/X11R7.6')
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 61d2126e..31b1b29a 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -168,14 +168,6 @@ make_it() exit 1 fi - # special case after installing python make this sym link - # so Mesa builds using this python version - case "$mod_name" in - *Python-2*) - ln -s python build_dir/$mod_name/$PREFIX_DIR/bin/python2 - ;; - esac - touch cookies/$mod_name.installed return 0 } |