From: dbs Date: Fri, 10 Sep 2010 18:41:16 +0000 (+0000) Subject: Why yes, there _is_ a missing backslash at the end of that line! X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ba0eb1245e9f4144dacf0a74a3758e28a990849c;p=evergreen%2Fbjwebb.git Why yes, there _is_ a missing backslash at the end of that line! Thanks to Thomas Berezansky for reporting the broken Makefile.install. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17584 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 3011e59f7..6c7161f94 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -91,7 +91,7 @@ DEBS = \ libnet-server-perl\ libnspr4-dev\ libole-storage-lite-perl\ - libparent-perl + libparent-perl \ libpq-dev\ libreadline5-dev\ libspreadsheet-writeexcel-perl\