[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

More new guile packages



I followed Adam di Carlo's suggestion and created a symlink to
libguile3.

Oh, and I realized one reason why the 'bureaucracy' might have been
getting to me... I didn't think about it, but I've been staring at
this altogether too much for the past few weeks:

# Debian Policy 2.4.1.3, Section 5.6, Paragraph 3 says I can do this:

  (link_tos=`cd $(l)/usr/doc/$(lib)/; echo * | \
           grep -v 'copyright\|changelog' | \
           sed -e 's/\<examples\>//'`; \
	     pushd $(g)/usr/doc/$(guile)/;		\
	         for f in $${link_tos}; do			\
		       ln -s ../$(lib)/$${f} .;
  \
      done;				\
        popd;
  \
    pushd $(d)/usr/doc/$(dev)/;		\
        for f in $${link_tos}; do		\
	      ln -s ../$(lib)/$${f} .;			\
	          done;)


Ick.

-- 
David Welton                         http://www.efn.org/~davidw

     -- www.debian.org   Debian GNU/Linux   www.prosa.it --


Reply to: