From aad03e1e8caf33ace5b0b6b47af89e8dccf724fd Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 8 Nov 2011 19:15:17 -0600 Subject: [PATCH] * debian/install, debian/rules, etc/byobu/Makefile.am, etc/profile.d/Makefile.am: - fighting with autoconf to get shtuff installing in /etc, argh --- debian/changelog | 3 +++ debian/install | 3 +++ debian/rules | 2 +- etc/byobu/Makefile.am | 2 +- etc/profile.d/Makefile.am | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 327077b4..5e3781cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,9 @@ byobu (4.46) unreleased; urgency=low - localize some variables, fix variable colision with cpu_temp * debian/control: - bump standards version + * debian/install, debian/rules, etc/byobu/Makefile.am, + etc/profile.d/Makefile.am: + - fighting with autoconf to get shtuff installing in /etc, argh -- Dustin Kirkland Mon, 31 Oct 2011 09:46:46 -0400 diff --git a/debian/install b/debian/install index b5cae0c8..cb3d7ff0 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,6 @@ /usr +/etc/byobu/backend +/etc/byobu/socketdir +/etc/profile.d/Z97-byobu.sh ../../debian/source_byobu.py usr/share/apport/package-hooks ../../debian/lintian/byobu usr/share/lintian/overrides diff --git a/debian/rules b/debian/rules index 054252b6..7a7f9ac3 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ autoconf: clean autoconf prebuild: autoconf - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc build: prebuild dh_testdir diff --git a/etc/byobu/Makefile.am b/etc/byobu/Makefile.am index 5ff1a4c5..a37449ec 100644 --- a/etc/byobu/Makefile.am +++ b/etc/byobu/Makefile.am @@ -1,2 +1,2 @@ -etcdir = $(sysconfdir)/@PACKAGE@/ +etcdir = @sysconfdir@/@PACKAGE@/ etc_DATA = backend socketdir diff --git a/etc/profile.d/Makefile.am b/etc/profile.d/Makefile.am index e1189d78..b0d07037 100644 --- a/etc/profile.d/Makefile.am +++ b/etc/profile.d/Makefile.am @@ -1,2 +1,2 @@ -etcdir = $(sysconfdir)/profile.d +etcdir = @sysconfdir@/profile.d etc_DATA = Z97-byobu.sh