]> Creatis software - creaToolsTools.git/commitdiff
#3458 bashrc conflict linux 40 41
authordavila <davila@localhost.localdomain>
Mon, 2 Dec 2024 16:27:17 +0000 (17:27 +0100)
committerdavila <davila@localhost.localdomain>
Mon, 2 Dec 2024 16:27:17 +0000 (17:27 +0100)
Linux/scripts/CreaTools-GenerateBinTGZ.sh
Linux/scripts/LocalFunctions.sh

index 6ffdf0e648c5ce4c323f101fa4e9c85639d93633..bfb10fadf7a7486358e08170eeaff13b2a518ac7 100644 (file)
@@ -116,6 +116,8 @@ $(eval $cmd)
                cp /usr/lib64/libicudata.so.63 .
                cp /usr/lib64/libicui18n.so.63 .
                cp /usr/lib64/libicuuc.so.63 .
+               ## For Fedora 41
+               cp /usr/lib64/libtiff.so.5 . 
        fi
 
 # Fedora 28
index 57369546f2e1c66d68ac52035e856c79ba99ba5c..00c92da2a61d68156a5f9ec2804d0f50ed206db3 100644 (file)
@@ -137,9 +137,9 @@ function getncore {
 ###########################################
 function getbashrc {
     if [ ! -f $HOME/.bashrc ] ; then
-        touch $HOME/.bashrc
+        touch $HOME/.bashrc_CreaTools
     fi
-    echo $HOME/.bashrc
+    echo $HOME/.bashrc_CreaTools
 
 
 #    # Do it, while we are under user, not under root! # JPR