Explorar o código

fixes gh-485 - Missing comma in lenny dependencies.

Corrected syntax error that was causing dpkg -i failures due to an invalid
dependency list.

Signed-off-by: Philip Schwartz <philip.schwartz@lexisnexis.com>
Philip Schwartz %!s(int64=13) %!d(string=hai) anos
pai
achega
2df7962267
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmake_modules/dependencies/lenny.cmake

+ 1 - 1
cmake_modules/dependencies/lenny.cmake

@@ -1 +1 @@
-set ( CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-regex1.34.1, libicu38, libxalan110, libxerces-c28, binutils, libldap-2.4-2, openssl, zlib1g, g++, sudo openssh-client, openssh-server")
+set ( CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-regex1.34.1, libicu38, libxalan110, libxerces-c28, binutils, libldap-2.4-2, openssl, zlib1g, g++, sudo, openssh-client, openssh-server, expect")