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

[MiNT] Sparemint update



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;


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.

Executing the rpm -Uvh from bash works ok. What am I missing ?

Cheers,

Peter