Re: Questions about creating a development package
"Jan Niklas Hasse" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
> > > > Is it possible to force the User to install as root? Because my package > must > > be installed as root, otherwise pkg-config doesn't find the .pc file. > > Yes, by specifying RootInstallOnly=true in your apspec [Meta] section. > I'm curious though, why doesn't pkg-config find it? Autopackage > should update PKG_CONFIG_PATH accordingly, but it might require an > 'exec bash' in terminal or restart of the terminal program. > You're right! I'm sorry i didn't tried. I just did and noticed that the package config file is found, but the libjngl.a isn't. Is it possible to solve this, too?