diff options
author | Michael Banck <mbanck@debian.org> | 2008-09-21 12:47:31 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2008-09-21 12:47:31 +0000 |
commit | 788478f021f3f176fe1d8003aa9b9b491e4f1999 (patch) | |
tree | a0ae4a060a9ab0a9028d8a0abdeff1a31ffee0ba | |
parent | a15daaf164b2e495141d1212011bfda47fea126f (diff) |
+ debian/rules (install/hurd): Likewise.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 33c2feb8..f0d232b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ hurd (20080921-1) UNRELEASED; urgency=low + debian/rules (patchsys-quilt.mk) ... this. + debian/patches/series: New file. + debian/rules (build/hurd): Replace build-tree with $(DEB_SRCDIR). + + debian/rules (install/hurd): Likewise. * debian/hurd.postinst: Install w and ps alternatives links in /bin, not /usr/bin. diff --git a/debian/rules b/debian/rules index 6a9e878e..2a679bb5 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,8 @@ install/hurd:: install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console - install -m664 build-tree/hurd/console/motd.UTF8 debian/hurd/etc/ - install -m664 build-tree/hurd/release/servers.boot debian/hurd/boot/ + install -m664 $(DEB_SRCDIR)/hurd/console/motd.UTF8 debian/hurd/etc/ + install -m664 $(DEB_SRCDIR)/hurd/release/servers.boot debian/hurd/boot/ install/hurd-dev:: install -m644 debian/local/soundcard.h debian/tmp/include/sys |