summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>1999-08-26 02:56:08 +0000
committerjoey <joey>1999-08-26 02:56:08 +0000
commit8f443cefe81df103ee2e35c3a273ba1bf10223f6 (patch)
tree38fe9caf4babfdee0d77b24226d95279c8143be1 /debian
parent017911fad5893e99295e903f3929a598d3f5f526 (diff)
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.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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