From ee08f867271adc4a90dae05a5b5fe9372d8fb4d8 Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 2 Feb 2018 11:59:34 +0000 Subject: add debian package files, adapted from original debian package for ranger 1.8 --- ...003-closes-772351-thanks-Raphael-Geissert.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch (limited to 'debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch') diff --git a/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch new file mode 100644 index 0000000..e368494 --- /dev/null +++ b/debian/patches/0003-closes-772351-thanks-Raphael-Geissert.patch @@ -0,0 +1,24 @@ +From: Vern Sun +Date: Tue, 16 Jun 2015 11:00:50 +0800 +Subject: closes #772351, thanks Raphael Geissert +Forwarded: not-needed + + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772351 +--- + examples/rifle_sxiv.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh +index 8cb1390..0bdd892 100755 +--- a/examples/rifle_sxiv.sh ++++ b/examples/rifle_sxiv.sh +@@ -24,7 +24,7 @@ if [ $# -eq 0 ]; then + exit + fi + +-[ "$1" == '--' ] && shift ++[ "$1" = '--' ] && shift + + abspath () { + case "$1" in -- cgit v1.2.3