From 6746ffe99cdfe20eb5af3ce953fce0f2e8afc792 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 21 Aug 2013 16:43:42 -0500 Subject: isl: move gdb script to gdb auto-load directory This is where e.g. glib puts similar scripts; potentially gdb from homebrew-versions needs to be configured to look here instead of in its keg, but I'm not an expert. --- Library/Formula/isl.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/isl.rb b/Library/Formula/isl.rb index cd084c629..e0f00b859 100644 --- a/Library/Formula/isl.rb +++ b/Library/Formula/isl.rb @@ -14,5 +14,6 @@ class Isl < Formula def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" + (share/"gdb/auto-load").install Dir["#{lib}/*-gdb.py"] end end -- cgit v1.2.3