diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-11-04 20:07:23 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-11-04 20:07:23 +0100 |
commit | ffbc002ca48796f625c8410efca910716f026a3b (patch) | |
tree | 88f813eb0732ddc2526c8ea2ef25ba87f5ec235b | |
parent | 51c41a97ecc36dc274d56755993826ede68e2086 (diff) | |
parent | e63b61be5350dbe92ea12e1eeb96dde251ed9292 (diff) |
Merge pull request #1780 from evverx/fix-install-dbus
test-functions: fix dbus-1 installation
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index 8272e52e17..ab77576573 100644 --- a/test/test-functions +++ b/test/test-functions @@ -260,7 +260,7 @@ install_dbus() { inst $ROOTLIBDIR/system/dbus.service find \ - /etc/dbus-1 -xtype f \ + /etc/dbus-1 /usr/share/dbus-1 -xtype f \ | while read file; do inst $file done |