summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b9f6c41e..6a9e878e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ build/hurd::
cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi
# assemble all ChangeLogs to one big file
- cd build-tree; for i in `find hurd/ -name "ChangeLog"`; do echo $$i:; cat $$i; echo; done > $(CURDIR)/debian/ChangeLog
+ cd $(DEB_SRCDIR); for i in `find hurd/ -name "ChangeLog"`; do echo $$i:; cat $$i; echo; done > $(CURDIR)/debian/ChangeLog
install/hurd::
# runsystem is managed by update-alternatives