]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: babeltrace is not on wheezy 3603/head
authorLoic Dachary <ldachary@redhat.com>
Tue, 3 Feb 2015 16:40:41 +0000 (17:40 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 3 Feb 2015 16:40:41 +0000 (17:40 +0100)
commit19d5de92bfd2d67e90cba35026834b1f6655bea2
tree4cf5388a07f52bcbaae74302da6d8805160a6269
parent4e791f3a832062f979d2759c09f150a6da8f5a74
install-deps.sh: babeltrace is not on wheezy

The babeltrace package is not found on wheezy, not just squeeze.
Fix the regular expression that incorrectly replaced
libbabeltrace-ctf-dev with -ctf-dev leading to a strange error

E: Opening configuration file tf-dev - ifstream::ifstream (2: No such file or directory)

when running apt-get install.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
install-deps.sh