Skip to content

Commit

Permalink
freeimage: Add trailing tab back to patch
Browse files Browse the repository at this point in the history
Fixes 8857.
Closes Homebrew#8914.

Signed-off-by: Charlie Sharpsteen <[email protected]>
  • Loading branch information
Sean Lynch authored and Sharpie committed Dec 1, 2011
1 parent 8b0f410 commit 9eef861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeimage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def install
- 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)
Expand Down

0 comments on commit 9eef861

Please sign in to comment.