From: joey Date: Thu, 26 Aug 1999 02:56:08 +0000 (+0000) Subject: r258: * Corrected debian/fixlinks to make the correct debian/* symlinks needed X-Git-Tag: version_2.0.101~340 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f443cefe81df103ee2e35c3a273ba1bf10223f6;p=debhelper.git r258: * Corrected debian/fixlinks to make the correct debian/* symlinks needed for building debhelper. * Fixed rules file to create and populate examples and docs dirs. Oops. --- diff --git a/debian/rules b/debian/rules index e6a5082..09a09a1 100755 --- a/debian/rules +++ b/debian/rules @@ -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