summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-26 21:11:24 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-26 21:11:24 +0200
commitd976244589abb83a6af1e2242ec28472b49efc33 (patch)
tree526ac81fcbb741b064283ec5914f5d96757ffe78
parent6e60e90a4e10cc5e24915b5bf16e93145a823e32 (diff)
Ubuntu 19.10 also has libnanomsg5.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 467bb9a50..91e24c449 100644
--- a/cscript
+++ b/cscript
@@ -103,7 +103,7 @@ deb_depends['19.10'].extend(['libboost-filesystem1.67.0',
'libcurl4',
'libpulse0',
'libxerces-c3.2',
- 'libnanomsg4'])
+ 'libnanomsg5'])
deb_depends['20.04'] = copy.deepcopy(deb_depends_base)
deb_depends['20.04'].extend(['libboost-filesystem1.71.0',