summarylogtreecommitdiffstats
path: root/petsc4py_newuser.patch
blob: dca97e79a1d5c98c275288a413efc7964040963b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/petsc/config/BuildSystem/config/packages/petsc4py.py	2021-09-17 23:23:54.438918631 -0500
+++ b/petsc/config/BuildSystem/config/packages/petsc4py.py	2021-09-17 23:19:50.395572374 -0500
@@ -58,7 +58,7 @@
 
     #  if installing as Superuser than want to return to regular user for clean and build
     if self.installSudo:
-       newuser = self.installSudo+' -u $${SUDO_USER} '
+       newuser = ''
     else:
        newuser = ''