aboutsummaryrefslogtreecommitdiffstats
path: root/community/abcde/less.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-07 08:30:39 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-07 08:30:46 +0000
commit08749a705f0061e7564faf91d6caed928a376cde (patch)
treea2e4c6f498297158bd82a013d76891e4f1360980 /community/abcde/less.patch
parent348c14c7421c7d8fcdc82fd7014fb75eed11f56f (diff)
downloadaports-08749a705f0061e7564faf91d6caed928a376cde.tar.bz2
aports-08749a705f0061e7564faf91d6caed928a376cde.tar.xz
main/abcde: move to community due to py-eyed3
Diffstat (limited to 'community/abcde/less.patch')
-rw-r--r--community/abcde/less.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/abcde/less.patch b/community/abcde/less.patch
new file mode 100644
index 0000000000..49321c6eb4
--- /dev/null
+++ b/community/abcde/less.patch
@@ -0,0 +1,11 @@
+--- a/abcde 2014-09-28 10:08:15.073608206 +0500
++++ b/abcde 2014-09-28 10:07:50.817072949 +0500
+@@ -227,7 +227,7 @@
+ $PAGER "$PAGEFILE"
+ # If that fails, check for less
+ elif [ -x /usr/bin/less ]; then
+- /usr/bin/less -f "$PAGEFILE"
++ /usr/bin/less "$PAGEFILE"
+ # more should be on all UNIX systems
+ elif [ -x /bin/more ]; then
+ /bin/more "$PAGEFILE"