]> git.donarmstrong.com Git - debhelper.git/commitdiff
r256: * Corrected debian/fixlinks to make the correct debian/* symlinks needed
authorjoey <joey>
Thu, 26 Aug 1999 02:50:52 +0000 (02:50 +0000)
committerjoey <joey>
Thu, 26 Aug 1999 02:50:52 +0000 (02:50 +0000)
     for building debhelper.
   * Fixed rules file to create and populate examples and docs dirs. Oops.

debian/rules

index 29069e725d691d22bcfe0402f1ea393efb06bae7..5aee9723594009d260ee1732d3794737d2119a4c 100755 (executable)
@@ -49,8 +49,8 @@ binary-indep: link-stamp build
        cp -a autoscripts debian/debhelper/usr/share/debhelper
        rm -rf debian/debhelper/usr/share/debhelper/autoscripts/CVS
 
-       ./dh_installdocs `ls -1 doc/* | grep -v CVS`
-       ./dh_installexamples `ls -1 examples/* | grep -v CVS`
+       ./dh_installdocs `echo doc/* | sed s/CVS//`
+       ./dh_installexamples `echo examples/* | sed s/CVS//`
        ./dh_installmenu
        ./dh_installmanpages
        ./dh_installinfo