aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSean Lynch2011-12-01 08:33:33 -0800
committerCharlie Sharpsteen2011-12-01 11:16:01 -0800
commit7cbfb0523bb3eb724a2d8fe52c8939c741ba8ff8 (patch)
tree4782fce3b03954769010b35742b921c57ffc5d95 /Library/Formula
parent01bf8daac8ed24fc5cbe11a0d3b7e17bc3934a20 (diff)
downloadhomebrew-7cbfb0523bb3eb724a2d8fe52c8939c741ba8ff8.tar.bz2
freeimage: Add trailing tab back to patch
Fixes 8857. Closes #8914. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freeimage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/freeimage.rb b/Library/Formula/freeimage.rb
index 70607d12a..c9b3f3ac4 100644
--- a/Library/Formula/freeimage.rb
+++ b/Library/Formula/freeimage.rb
@@ -79,7 +79,7 @@ __END__
- install -m 644 -o root -g root $(STATICLIB) $(INSTALLDIR)
- install -m 755 -o root -g root $(SHAREDLIB) $(INSTALLDIR)
- ln -sf $(SHAREDLIB) $(INSTALLDIR)/$(VERLIBNAME)
-- ln -sf $(VERLIBNAME) $(INSTALLDIR)/$(LIBNAME)
+- ln -sf $(VERLIBNAME) $(INSTALLDIR)/$(LIBNAME)
- ldconfig
+ install -m 644 $(HEADER) $(INCDIR)
+ install -m 644 $(STATICLIB) $(INSTALLDIR)