[DRE-commits] r2272 - tools/ruby-pkg-tools/trunk/1/class

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Fri Dec 14 19:55:48 UTC 2007


Author: terceiro-guest
Date: 2007-12-14 19:55:48 +0000 (Fri, 14 Dec 2007)
New Revision: 2272

Modified:
   tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
Log:
adding some documentation to the code



Modified: tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk
===================================================================
--- tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-12-14 18:50:56 UTC (rev 2271)
+++ tools/ruby-pkg-tools/trunk/1/class/ruby-setup-rb.mk	2007-12-14 19:55:48 UTC (rev 2272)
@@ -38,6 +38,9 @@
 DEB_RUBY_SETUP_CMD = setup.rb
 DEB_RUBY_CONFIG_ARGS = --installdirs=std
 DEB_RUBY_CLEAN_TARGET = distclean
+
+# command to install symlink to packaged setup.rb: used in both build and clean
+# targets
 DEB_RUBY_INSTALL_SETUP_CMD = [ -f $(DEB_RUBY_SETUP_CMD) ] || ln -s $(PACKAGED_RUBY_SETUP_CMD) $(DEB_RUBY_SETUP_CMD)
 
 # Build simple packages




More information about the Pkg-ruby-extras-commits mailing list