aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-08-21 16:43:42 -0500
committerJack Nagel2013-08-21 16:47:37 -0500
commit6746ffe99cdfe20eb5af3ce953fce0f2e8afc792 (patch)
tree8043dd6f4b9a6cdf778c02ae6453339cbdd4297c /Library/Formula
parentc8a4d5ca76368a60439a20771272eeea37e321ee (diff)
downloadhomebrew-6746ffe99cdfe20eb5af3ce953fce0f2e8afc792.tar.bz2
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.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/isl.rb1
1 files changed, 1 insertions, 0 deletions
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