libopkg: strip trailing white space in conffile specification
authorJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 08:59:59 +0000 (09:59 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 08:59:59 +0000 (09:59 +0100)
commita48345d37184638c7c518e5f51c4bed2f9274fcb
tree929535861edf6e73219f8251f979a6f1a053517e
parent9f844972a38896fc97db293c3305c11c4229e2de
libopkg: strip trailing white space in conffile specification

The conffile entries in package control lines may have trailing white space,
causing opkg to fail looking up the file paths.

Trim white space to avoid this error.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libopkg/opkg_install.c