From f17225be41ba404eeed782a94531cf8290fa0238 Mon Sep 17 00:00:00 2001 From: Davide Andreoli Date: Sun, 26 Apr 2020 09:58:11 -0700 Subject: [PATCH] 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: