mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-12 05:20:37 +01:00
2003-04-05 Havoc Pennington <hp@pobox.com>
* bus/Makefile.am (install-data-hook): add missing DESTDIR, patch from Colin Walters
This commit is contained in:
parent
2f3fbd451d
commit
5ecb2a781f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-04-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* bus/Makefile.am (install-data-hook): add missing DESTDIR,
|
||||
patch from Colin Walters
|
||||
|
||||
2003-04-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* doc/config-file.txt (Elements): fix docs of <auth> to reflect
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ clean-local:
|
|||
/bin/rm *.bb *.bbg *.da *.gcov || true
|
||||
|
||||
install-data-hook:
|
||||
$(mkinstalldirs) $(localstatedir)/run/dbus
|
||||
$(mkinstalldirs) $(DESTDIR)/$(localstatedir)/run/dbus
|
||||
|
||||
#### Init scripts fun
|
||||
SCRIPT_IN_FILES=messagebus.in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue