On Fri, 24 Nov 2006 14:41:40 +0100, Bill Allombert wrote: > remote-tty contains a new top-level directory /share:
Patch 1:
fix error in line which creates the directory
--- debian/rules.orig 2006-11-26 00:05:57.000000000 +0100
+++ debian/rules 2006-11-26 00:07:13.000000000 +0100
@@ -35,3 +35,3 @@
debian/$(package)/usr/sbin \
- debian/$(package)/share/doc/$(package)
+ debian/$(package)/usr/share/doc/$(package)
install -d debian/$(package)/var/log/remote-tty/out
Patch 2:
remove line, /usr/share/doc/remote-tty gets created by dh_installdocs
anyway.
--- debian/rules.orig 2006-11-26 00:05:57.000000000 +0100
+++ debian/rules 2006-11-26 00:08:22.000000000 +0100
@@ -34,4 +34,3 @@
install -d debian/$(package)/usr/bin \
- debian/$(package)/usr/sbin \
- debian/$(package)/share/doc/$(package)
+ debian/$(package)/usr/sbin
install -d debian/$(package)/var/log/remote-tty/out
HTH,
gregor
--
.''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
: :' : debian: the universal operating system - http://www.debian.org/
`. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/
`- NP: ABBA: I Have a Dream
signature.asc
Description: Digital signature

