WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f17225be41ba404eeed782a94531cf8290fa0238
commit f17225be41ba404eeed782a94531cf8290fa0238 Author: Davide Andreoli <[email protected]> Date: Sun Apr 26 09:58:11 2020 -0700 Wiki page fedora-start.md changed with summary [] by Davide Andreoli --- pages/docs/distros/fedora-start.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/distros/fedora-start.md.txt b/pages/docs/distros/fedora-start.md.txt index fd0e157af..365d9eae9 100644 --- a/pages/docs/distros/fedora-start.md.txt +++ b/pages/docs/distros/fedora-start.md.txt @@ -95,7 +95,7 @@ sudo ln -s /usr/local/share/dbus-1/services/org.enlightenment.Ethumb.service /us You also have to make some files visible to *pkgconfig*. To do this open ``/etc/profile`` in a text editor as root (using ``sudo vi /etc/profile`` for instance) and add the following line to the end: ```bash -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig +export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig ``` You may also need to refresh your library path to make sure your apps can find the EFL libraries: --
