mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
dc208a3b4f
commit
aad03e1e8c
5 changed files with 9 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
3
debian/install
vendored
|
@ -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
2
debian/rules
vendored
|
@ -30,7 +30,7 @@ autoconf: clean
|
|||
autoconf
|
||||
|
||||
prebuild: autoconf
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
|
||||
build: prebuild
|
||||
dh_testdir
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
etcdir = $(sysconfdir)/@PACKAGE@/
|
||||
etcdir = @sysconfdir@/@PACKAGE@/
|
||||
etc_DATA = backend socketdir
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
etcdir = $(sysconfdir)/profile.d
|
||||
etcdir = @sysconfdir@/profile.d
|
||||
etc_DATA = Z97-byobu.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue