]> Creatis software - creaToolsTools.git/commitdiff
changed the way the group is found. more robust.
authorMichael Sdika <Michael.Sdika@creatis.insa-lyon.fr>
Thu, 18 Oct 2012 09:31:29 +0000 (09:31 +0000)
committerMichael Sdika <Michael.Sdika@creatis.insa-lyon.fr>
Thu, 18 Oct 2012 09:31:29 +0000 (09:31 +0000)
Linux/installscript

index b8251243d5cbf96277d89677bb6a4530aa0e7483..c5611a751a7debbf2677f9c4b877a6aa412fd4b2 100755 (executable)
@@ -131,7 +131,7 @@ sourcesFrom=HTML
 
 cvsUserName=
 loginUserName=$USER
-loginGroupName=$GROUP
+loginGroupName=`groups | awk '{print $1}'`
 buildType=RelWithDebug
 gdcmVersion=GDCM1
 ITKVersion=ITK3