From 11288e62af8e6f0d6cd97afae86f7ba5ba2f3c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 3 Oct 2016 06:56:24 +0200 Subject: [PATCH] Fixed YCM and nextcloud compilation --- fedora/configure_fresh_system | 5 ++++- fedora/etc/ld.so.conf.d/nextcloud.conf | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 fedora/etc/ld.so.conf.d/nextcloud.conf diff --git a/fedora/configure_fresh_system b/fedora/configure_fresh_system index bd1701d6..bb0a9b6a 100755 --- a/fedora/configure_fresh_system +++ b/fedora/configure_fresh_system @@ -5,7 +5,7 @@ set -e if [[ -z $NOUPGRADE ]]; then sudo dnf -y upgrade --best --allowerasing fi -sudo dnf -y --best --allowerasing install tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv nodejs terminator gsmartcontrol python-pip mercurial python3-devel libxslt-devel libjpeg-turbo-devel conky conky-manager redshift redshift-gtk cmake gtk2-devel intltool gparted wine solaar glances the_silver_searcher dkms kernel-devel gimp transmission-gtk git xz util-linux-user powertop dnf-automatic kdiff3 yum-utils util-linux-user ncurses-devel zeal +sudo dnf -y --best --allowerasing install tmux atop zsh thunderbird thunderbird-enigmail thunderbird-lightning firefox aria2 gajim lm_sensors freecad python3-pip qt5-qtbase-devel qt5-qtwebkit-devel meld whois curl pv nodejs npm terminator gsmartcontrol python-pip mercurial python3-devel libxslt-devel libjpeg-turbo-devel conky conky-manager redshift redshift-gtk cmake gtk2-devel intltool gparted wine solaar glances the_silver_searcher dkms kernel-devel gimp transmission-gtk git xz util-linux-user powertop dnf-automatic kdiff3 yum-utils util-linux-user ncurses-devel zeal qt5-linguist qtkeychain-qt5-devel FEDORA_VERSION=`rpm -E %fedora` sudo dnf -y install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$FEDORA_VERSION.noarch.rpm sudo dnf -y install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$FEDORA_VERSION.noarch.rpm @@ -16,6 +16,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" sudo cp -v /etc/dnf/automatic.conf /etc/dnf/automatic.conf.bak sudo cp -v $DIR/etc/dnf/automatic.conf /etc/dnf/automatic.conf +sudo cp -v $DIR/etc/ld.so.conf.d/nextcloud.conf /etc/ld.so.conf.d/nextcloud.conf +sudo ldconfig + set +e sudo diff /etc/dnf/automatic.conf.bak /etc/dnf/automatic.conf set -e diff --git a/fedora/etc/ld.so.conf.d/nextcloud.conf b/fedora/etc/ld.so.conf.d/nextcloud.conf new file mode 100644 index 00000000..b432e736 --- /dev/null +++ b/fedora/etc/ld.so.conf.d/nextcloud.conf @@ -0,0 +1,2 @@ +/usr/local/lib64 +