Skip to content

Commit

Permalink
net-analyzer/rrdtool: Quote REPLACING_VERSIONS (bug #561228).
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Jeroen Roovers committed Sep 23, 2015
1 parent 23d792e commit 24f3d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-analyzer/rrdtool/rrdtool-1.5.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 24f3d34

Please sign in to comment.