diff options
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.5.4.ebuild')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild index 1505e3be6eb2..dfa9e20b5cf3 100644 --- a/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.5.4.ebuild @@ -173,7 +173,7 @@ src_install() { } pkg_postinst() { - if [[ ${REPLACING_VERSIONS} -le 1.3 ]]; then + if [[ "${REPLACING_VERSIONS}" -le 1.3 ]]; then ewarn "Since version 1.3, rrdtool dump emits completely legal xml. Basically this" ewarn "means that it contains an xml header and a DOCTYPE definition. Unfortunately" ewarn "this causes older versions of rrdtool restore to be unhappy." |