* configure.ac, debian/install, etc/byobu/Makefile.am,

etc/profile.d/Makefile.am:
  - fix installations to /etc
This commit is contained in:
Dustin Kirkland 2011-11-08 16:23:23 -06:00
commit 80d36ef3cd
5 changed files with 6 additions and 3 deletions

View file

@ -18,6 +18,7 @@ AC_PROG_LN_S
AC_OUTPUT(Makefile \
etc/byobu/Makefile \
etc/profile.d/Makefile \
usr/share/applications/Makefile \
usr/share/byobu/ec2/Makefile \
usr/share/byobu/keybindings/Makefile \

3
debian/changelog vendored
View file

@ -8,6 +8,9 @@ byobu (4.46) unreleased; urgency=low
- Enable any user to remotely opt into launching byobu by default,
using an LC_BYOBU=1 environment variable, which is transmitted over
SSH
* configure.ac, debian/install, etc/byobu/Makefile.am,
etc/profile.d/Makefile.am:
- fix installations to /etc
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Oct 2011 09:46:46 -0400

1
debian/install vendored
View file

@ -1,4 +1,3 @@
/usr
../../etc/byobu/socketdir etc/byobu/
../../debian/source_byobu.py usr/share/apport/package-hooks
../../debian/lintian/byobu usr/share/lintian/overrides

View file

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

View file

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