Subject: | ERROR: fg: no job control |
Also, on the old rpm 3.0.3, I get this spewage:
+ %{__perl} Makefile.PL
fg: no job control
+ %{makeinstall} PREFIX=/var/tmp/perl-IO-Multiplex-1.04-rob/usr
fg: no job control
I had to add a couple macros to get around this:
$ echo %__perl /usr/bin/perl >> ~/.rpmmacros
$ echo %makeinstall make install >> ~/.rpmmacros
Maybe just add a note in the README about this.