rc-scripts/trunk/po/Makefile.am

Artur Frysiak wiget at pld-linux.org
Sat Feb 7 22:19:24 CET 2004


On Fri, Feb 06, 2004 at 11:33:34PM +0100, arekm wrote:
> Author: arekm
> Date: Fri Feb  6 23:33:33 2004
> New Revision: 3306
> 
> Modified:
>    rc-scripts/trunk/po/Makefile.am
> Log:
> Use install_sh instead of mkinstalldirs.
> 
> Modified: rc-scripts/trunk/po/Makefile.am
> ==============================================================================
> --- rc-scripts/trunk/po/Makefile.am	(original)
> +++ rc-scripts/trunk/po/Makefile.am	Fri Feb  6 23:33:33 2004
> @@ -50,7 +50,7 @@
>  	if test -r "$(MKINSTALLDIRS)"; then \
>  	  $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
>  	else \
> -	  $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
> +	  $(install_sh) -d $(DESTDIR)$(datadir); \

Raczej $(mkdir_p) lub $(mkinstalldirs)

-- 
Artur Frysiak
http://www.pld-linux.org/



More information about the pld-devel-pl mailing list