From da4456eda9af6d1c9f1ba0107090c1eccca10025 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 10 Jun 2015 10:14:58 -0700 Subject: [PATCH] Stop moving sitecustomize into site-packages Now that anaconda is python3 this is not needed. --- share/runtime-postinstall.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index af66d001..8d66235d 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -10,7 +10,6 @@ configdir = configdir + "/common" ## move_stubs() move usr/share/anaconda/restart-anaconda usr/bin -move ${PYTHONDIR}/site-packages/pyanaconda/sitecustomize.py ${PYTHONDIR}/site-packages %for stub in stubs: -move usr/share/anaconda/${stub}-stub usr/bin/${stub} %endfor