On Tuesday 25 October 2016  10:41, Al Poole wrote :
> >
> >
> > With a distro maintainer hat on a script like this shouldn't install to
> > /usr by default that will cause alot of issues with package managers etc
> > so either /usr/local or /opt is the correct place, at the same time this
> > means that the script probably needs to make some symlinks into /etc and
> > have a way to reset them.
> >
> > I'll add don't use /usr/local either as that's where FreeBSD and OpenBSD
> store third-party _packages_.
> 
> So that leaves.../opt or /sw or whatever you like, probably /opt!

I use PREFIX=/opt/efl for years now,

compile efl with :
  --with-dbus-services=/usr/share/dbus-1/services

compile enlightenment with
   --sysconfdir=/etc --libexecdir=$PREFIX/lib/enlightenment

and generate
   echo "$PREFIX/lib" > /etc/ld.so.conf.d/efl.conf

and
   echo -e "export EFLDIR=$PREFIX\nexport PATH=\$PATH:\$EFLDIR/bin\nexport 
PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:\$EFLDIR/lib/pkgconfig" > 
/etc/profile.d/efl.sh

it works like a charm ;)
> 
> ! :)
> ------------------------------------------------------------------------------
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive. 
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--- Hell'O from Yverdoom

Jérémy (jeyzu)

------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to