From a62e533b639081adde8899e3f0acfe6834ef825f Mon Sep 17 00:00:00 2001 From: lace <> Date: Tue, 30 Nov 2010 00:26:55 +0000 Subject: [PATCH] Fix `$rpath/usr/local/share/gdb'. --- bin/mocksetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mocksetup b/bin/mocksetup index 3850ca9..86170c0 100755 --- a/bin/mocksetup +++ b/bin/mocksetup @@ -129,7 +129,7 @@ for r in $l;do rm -f $rpath/usr/local/share/gdb if ! $u;then mkdir -p $rpath/usr/local/share - ln -s ../../../share/gdb $rpath/usr/local/share/gdb + ln -s ../../share/gdb $rpath/usr/local/share/gdb fi # Old systems incl. RHEL-6 do not feature it. -- 1.8.3.1