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

debian/rules

index e6a50822e5fedf7a4028143fbdde25c655309889..09a09a1eb4552598fb1c30542e5b8714a037eb1b 100755 (executable)
@@ -51,8 +51,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 `find doc/ -type f | grep -v CVS`
-       ./dh_installexamples `find doc -type f | grep -v CVS`
+       ./dh_installdocs `find doc -type f | grep -v CVS`
+       ./dh_installexamples `find examples -type f | grep -v CVS`
        ./dh_installmenu
        ./dh_installmanpages
        ./dh_installinfo