From 8f443cefe81df103ee2e35c3a273ba1bf10223f6 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 26 Aug 1999 02:56:08 +0000 Subject: 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. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e6a50822..09a09a1e 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 -- cgit v1.2.3