[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Sparemint update



On Sun, 02 Jan 2011 17:48:40 , "Helmut Karlowski" <helmut.karlowski@ish.de> wrote:
> Am 02.01.2011, 17:44 Uhr, schrieb Peter Slegg <p.slegg@scubadivers.co.uk>:
>
> > I was just running my sparemint_update script now that there are new
> > packages.
> >
> > This line works:
> >     system 'wget', $download_name;
> >
> > but the second system command doesn't:
> >     print "Updating $download_file ...\n";
> >     system 'rpm -Uvh', $download_file;
>
> Replace the ' by ".
>

I tried that:

Updating openssh-5.6p1-2.m68kmint.rpm ...
Can't exec "rpm -Uvh": No such file or directory at ./sparemint_update line 174, <STDIN> line 4.

Peter