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

Collapse All | Expand All

(-)xmule-1.6.1/po/Makefile.in.in (-1 / +1 lines)
Lines 27-33 Link Here
27
INSTALL = @INSTALL@
27
INSTALL = @INSTALL@
28
INSTALL_DATA = @INSTALL_DATA@
28
INSTALL_DATA = @INSTALL_DATA@
29
MKINSTALLDIRS = @MKINSTALLDIRS@
29
MKINSTALLDIRS = @MKINSTALLDIRS@
30
mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
30
mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
31
31
32
GMSGFMT = @GMSGFMT@
32
GMSGFMT = @GMSGFMT@
33
MSGFMT = @MSGFMT@
33
MSGFMT = @MSGFMT@

Return to bug 31110