--- loncom/build/Attic/postinstall.pl 2000/11/21 14:54:42 1.5 +++ loncom/build/Attic/postinstall.pl 2000/11/21 15:08:19 1.6 @@ -11,11 +11,11 @@ close OUT; # get wget and install system('lynx -source http://install.lon-capa.org/3.1/SupplementalRPMS/wget-1.5.3-6.i386.rpm > wget-1.5.3-6.i386.rpm'); -system('rpm','-Uvh','--force','wget-1.5.3-6.i386.rpm'); +system('rpm -Uvh --force wget-1.5.3-6.i386.rpm'); # download SupplementalRPMS and install system('wget','-r','http://install.lon-capa.org/3.1/SupplementalRPMS'); -system('rpm','-Uvh','--force','install.lon-capa.org/3.1/SupplementalRPMS/*.rpm'); +system('rpm -Uvh --force install.lon-capa.org/3.1/SupplementalRPMS/*.rpm'); # download remove_extra.sh and run system('wget','http://install.lon-capa.org/3.1/scripts/remove_extra.sh');