On Thu, May 24, 2012 at 01:21:06AM +0200, Hilko Bengen wrote:
> ---
>  po/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/po/Makefile.am b/po/Makefile.am
> index 90b23c1..c620d57 100644
> --- a/po/Makefile.am
> +++ b/po/Makefile.am
> @@ -96,7 +96,7 @@ install-data-hook:
>       for lang in $(linguas); do \
>         d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \
>         mkdir -p $$d; \
> -       install -m 0755 $$lang.gmo $$d/$(DOMAIN).mo; \
> +       install -m 0755 $(srcdir)/$$lang.gmo $$d/$(DOMAIN).mo; \
>       done
>  
>  .PRECIOUS: $(DOMAIN).pot $(POFILES)
> -- 
> 1.7.10

ACK, per the rest of the comments in this thread.

Please push it, let's see what if anything breaks.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to