Add space mistakenly removed in last CVS update.

merge-requests/1/head
Chris Bagwell 2009-03-04 01:22:01 +00:00
rodzic b1148a226d
commit 191cde3dbd
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2009-02-28 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* tools/sane-config.in: Add space mistakenly removed during
last update.
2009-03-03 Julien Blache <jb@jblache.org>
* doc/descriptions/epson.desc: add Epson RX-620 (0x04b8 0x0811),
reported by Heikki Kantola.

Wyświetl plik

@ -88,7 +88,7 @@ if test $# -gt 0; then
if test -z "$LINKER_RPATH"; then
echo "-L${libdir}"
else
echo "-L${libdir}${LINKER_RPATH}${libdir}"
echo "-L${libdir} ${LINKER_RPATH}${libdir}"
fi
;;
--libs)