Re: [fedora-java] Enhanced aot-compile script

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

 



Andrew Haley wrote:
> Gary Benson wrote:
> > Also note that while FC5 and the newest FC4 packages call
> > rebuild-gcj-db with no arguments, the majority of FC4 packages
> > will call 'rebuild-gcj-db /usr/lib' or 'rebuild-gcj-db
> > /usr/lib64'.  Any replacement must not choke on this.
> 
> OK.  Is there somewhere an exact description of what arguemnts
> rebuild-gcj-db will take?

The top of rebuild-gcj-db.in says:

  if [ $# != 0 ]; then
    if [ $# != 1 -o $1 != @LIBDIR@ ]; then
      # emit usage message and die
    fi
  fi

@LIBDIR@ is either /usr/lib or /usr/lib64, depending.

Cheers,
Gary


[Index of Archives]     [Red Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux