[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: r13795 - trunk
From:       maxb () tigris ! org
Date:       2005-03-30 23:30:11
Message-ID: 200503302330.j2UNUBH28633 () morbius ! ch ! collab ! net
[Download RAW message or body]

Author: maxb
Date: Wed Mar 30 17:30:10 2005
New Revision: 13795

Modified:
   trunk/Makefile.in
Log:
Fix Ruby bindings install bug.

* Makefile.in (INSTALL_EXTRA_SWIG_RB): Do not assume that the install program
    can install multiple sources in a single invocation. Some implementations
    can, others cannot.


Modified: trunk/Makefile.in
Url: http://svn.collab.net/viewcvs/svn/trunk/Makefile.in?view=diff&rev=13795&p1=trunk/Makefile.in&r1=13794&p2=trunk/Makefile.in&r2=13795
 ==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Wed Mar 30 17:30:10 2005
@@ -229,7 +229,9 @@
 INSTALL_EXTRA_JAVAHL_LIB=@INSTALL_EXTRA_JAVAHL_LIB@
 
 INSTALL_EXTRA_SWIG_RB=\
-  $(INSTALL_DATA) $(abs_srcdir)/subversion/bindings/swig/ruby/svn/*.rb \
$(DESTDIR)$(SWIG_RB_SITE_LIB_DIR) +  for i in \
$(abs_srcdir)/subversion/bindings/swig/ruby/svn/*.rb; do \ +    $(INSTALL_DATA) "$$i" \
$(DESTDIR)$(SWIG_RB_SITE_LIB_DIR); \ +  done
 
 APXS = @APXS@ 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic