wok diff lesspipe/stuff/patches/lesspipe.sh @ rev 25549

created recipe for lesspipe
author Hans-G?nter Theisgen
date Mon Apr 03 06:53:23 2023 +0100 (14 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lesspipe/stuff/patches/lesspipe.sh	Mon Apr 03 06:53:23 2023 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- lesspipe.sh.orig
     1.5 ++++ lesspipe.sh
     1.6 +@@ -668,7 +668,7 @@
     1.7 + isrpm () {
     1.8 + 	if [[ -z "$2" ]]; then
     1.9 + 		if has_cmd rpm; then
    1.10 +-			istemp "rpm -qivp" "$1"
    1.11 ++			istemp "rpm -qip" "$1"
    1.12 + 			contentline
    1.13 + 			[[ $1 == - ]] && set "$t" "$1"
    1.14 + 		fi