/usr/local/share/gdb/auto-load -> /usr/local/share/gdb
authorjkratoch <>
Thu, 14 Oct 2010 14:13:50 +0000 (14:13 +0000)
committerjkratoch <>
Thu, 14 Oct 2010 14:13:50 +0000 (14:13 +0000)
bin/mocksetup

index f4cf2fb..3850ca9 100755 (executable)
@@ -126,10 +126,10 @@ for r in $l;do
     ln -s ../../src/debug $rpath/usr/local/src/debug
   fi
 
     ln -s ../../src/debug $rpath/usr/local/src/debug
   fi
 
-  rm -f $rpath/usr/local/share/gdb/auto-load
+  rm -f $rpath/usr/local/share/gdb
   if ! $u;then
   if ! $u;then
-    mkdir -p $rpath/usr/local/share/gdb
-    ln -s ../../../share/gdb/auto-load $rpath/usr/local/share/gdb/auto-load
+    mkdir -p $rpath/usr/local/share
+    ln -s ../../../share/gdb $rpath/usr/local/share/gdb
   fi
 
   # Old systems incl. RHEL-6 do not feature it.
   fi
 
   # Old systems incl. RHEL-6 do not feature it.