[Pkg-ruby-extras-maintainers] r108 - tools/ruby-pkg-tools/trunk/1/class

Esteban Manchado Velázquez zoso at costa.debian.org
Wed Nov 2 18:58:32 UTC 2005


Author: zoso
Date: 2005-11-02 18:58:31 +0000 (Wed, 02 Nov 2005)
New Revision: 108

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
Log:
- Call the "config" command before the "install" one in non-lib packages


Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2005-11-01 23:00:08 UTC (rev 107)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2005-11-02 18:58:31 UTC (rev 108)
@@ -75,6 +75,6 @@
 	mv $(DEB_SRCDIR)/.config $(DEB_SRCDIR)/.config-$(cdbs_curpkg)
 
 $(patsubst %,install/%,$(DEB_RUBY_OTHER_PACKAGES)) :: install/% :
-	cd $(DEB_SRCDIR) && ruby $(DEB_RUBY_SETUP_CMD) install --prefix="debian/$(cdbs_curpkg)" $(DEB_RUBY_INSTALL_ARGS_ALL) $(DEB_RUBY_INSTALL_ARGS_$(cdbs_curpkg))
+	cd $(DEB_SRCDIR) && ruby $(DEB_RUBY_SETUP_CMD) config $(DEB_RUBY_CONFIG_ARGS) && ruby $(DEB_RUBY_SETUP_CMD) install --prefix="debian/$(cdbs_curpkg)" $(DEB_RUBY_INSTALL_ARGS_ALL) $(DEB_RUBY_INSTALL_ARGS_$(cdbs_curpkg)) && mv .config .config-$(cdbs_curpkg)
 
 endif




More information about the pkg-ruby-extras-maintainers mailing list