Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 450088 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-vcs/git/git-1.8.1.ebuild (+6 lines)
Lines 241-246 src_prepare() { Link Here
241
               -e '/$(INSTALL)/s/ $(libexecdir)/ $(DESTDIR)$(libexecdir)/g' \
241
               -e '/$(INSTALL)/s/ $(libexecdir)/ $(DESTDIR)$(libexecdir)/g' \
242
               -e '/$(INSTALL)/s/ $(man1dir)/ $(DESTDIR)$(man1dir)/g'  \
242
               -e '/$(INSTALL)/s/ $(man1dir)/ $(DESTDIR)$(man1dir)/g'  \
243
               contrib/subtree/Makefile
243
               contrib/subtree/Makefile
244
245
       if [[ $CHOST == *-darwin* ]]; then
246
               sed -i \
247
               -e 's:EXTLIBS =:EXTLIBS = -lintl:' \
248
               contrib/svn-fe/Makefile
249
       fi
244
}
250
}
245
251
246
git_emake() {
252
git_emake() {

Return to bug 450088