mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* configure.ac, debian/install, etc/byobu/Makefile.am,
etc/profile.d/Makefile.am: - fix installations to /etc
This commit is contained in:
parent
134e8b38fe
commit
80d36ef3cd
5 changed files with 6 additions and 3 deletions
|
@ -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
3
debian/changelog
vendored
|
@ -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
1
debian/install
vendored
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
etcdir = $(datadir)/@PACKAGE@/
|
||||
etcdir = $(sysconfdir)/@PACKAGE@/
|
||||
etc_DATA = backend socketdir
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
etcdir = $(datadir)/@PACKAGE@/profile.d
|
||||
etcdir = $(sysconfdir)/profile.d
|
||||
etc_DATA = Z97-byobu.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue