From 6247a3afac8e1a629ebef93b9828054f8b069644 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 8 Oct 2016 02:02:07 +0000 Subject: [PATCH] buildx.sh: remove special case for python, it's not built anymore --- xorg/X11R7.6/buildx.sh | 8 -------- 1 file changed, 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 }