diff options
| author | Pino Toscano <pino@debian.org> | 2013-02-24 23:57:52 +0100 |
|---|---|---|
| committer | Pino Toscano <pino@debian.org> | 2013-02-24 23:57:52 +0100 |
| commit | 593b130d0a6a76265500bdc0ed63bce723ed98c7 (patch) | |
| tree | c68f9534b87ffd7a482f06b30c187fc7252b7bf9 /debian/rules | |
| parent | 3c1155fc2eacee3d34154905af7f40372caa4e15 (diff) | |
hurd-console.default: rename to hurd.hurd-console.default; let it be installed by dh_installinit
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ebcd3869..643e378a 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ DEB_CONFIGURE_USER_FLAGS := --disable-profile --enable-static-progs='ext2fs,ufs, DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR)/etc localstatedir=$(DEB_DESTDIR)/var XKB_BASE=$(DEB_DESTDIR)/usr/share/X11/xkb DEB_DH_STRIP_ARGS_hurd := --dbg-package=hurd-dbg DEB_DH_MAKESHLIBS_ARGS_hurd := --add-udeb="hurd-udeb" +DEB_DH_INSTALLINIT_ARGS_hurd := --name=hurd-console build/hurd:: cd $(DEB_BUILDDIR)/doc && texi2html -split chapter ../../doc/hurd.texi @@ -57,8 +58,6 @@ install/hurd:: mv debian/tmp/sbin/halt debian/tmp/sbin/halt-hurd mv debian/tmp/sbin/reboot debian/tmp/sbin/reboot-hurd - install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console - install -m664 $(DEB_SRCDIR)/console/motd.UTF8 debian/hurd/etc/ install -m664 $(DEB_SRCDIR)/release/servers.boot debian/hurd/boot/ |
