summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/openrasmol/rasmol_noqa.patch
blob: 04c559b5cf4fd898b5defef0dfb581889e247ba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/src/rasmol_install.sh	2021-01-23 02:35:53.420843463 +0900
+++ b/src/rasmol_install.sh	2021-01-23 02:46:42.576839974 +0900
@@ -226,11 +226,6 @@
   fi
 fi
 
-echo -n "Install rasmol into \"$RASMOLPATH\"? [y/N] ";
-read ok
-if  [ "$ok" != "y" ] && [ "$ok" != "Y" ]   ; then exit 1 ;
-fi
-
 savecurdir=`pwd` ;
 cd $RASMOLPATH ;
 rasmolpath=`pwd` ;
@@ -245,11 +240,6 @@
   
 fi
 
-echo -n "Install rasmol program wrapper in \"$bindest/rasmol\"? [y/N] ";
-read ok
-if  [ "$ok" != "y" ] && [ "$ok" != "Y" ]; then unset bindest ;
-fi
-
 
 if ! [ -d $bindest ] ; then
   mkdir -p $bindest ;