* debian/install, debian/rules, etc/byobu/Makefile.am,

etc/profile.d/Makefile.am:
  - fighting with autoconf to get shtuff installing in /etc, argh
This commit is contained in:
Dustin Kirkland 2011-11-08 19:15:17 -06:00
commit aad03e1e8c
5 changed files with 9 additions and 3 deletions

3
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Mon, 31 Oct 2011 09:46:46 -0400

3
debian/install vendored
View file

@ -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

2
debian/rules vendored
View file

@ -30,7 +30,7 @@ autoconf: clean
autoconf
prebuild: autoconf
./configure --prefix=/usr
./configure --prefix=/usr --sysconfdir=/etc
build: prebuild
dh_testdir

View file

@ -1,2 +1,2 @@
etcdir = $(sysconfdir)/@PACKAGE@/
etcdir = @sysconfdir@/@PACKAGE@/
etc_DATA = backend socketdir

View file

@ -1,2 +1,2 @@
etcdir = $(sysconfdir)/profile.d
etcdir = @sysconfdir@/profile.d
etc_DATA = Z97-byobu.sh