pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-ranger: fixing absolute paths for image previewing via w3mimgdisplay



Module Name:	pkgsrc-wip
Committed By:	Jake Slazenger <jake.slazenger%yandex.com@localhost>
Pushed By:	jakeSlaz
Date:		Tue Mar 20 15:17:02 2018 +0300
Changeset:	2366b0f11f5e272a64223a725482d22e92b6e049

Modified Files:
	py-ranger/Makefile

Log Message:
py-ranger: fixing absolute paths for image previewing via w3mimgdisplay

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2366b0f11f5e272a64223a725482d22e92b6e049

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-ranger/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-ranger/Makefile b/py-ranger/Makefile
index d18da17767..7870d3fa82 100644
--- a/py-ranger/Makefile
+++ b/py-ranger/Makefile
@@ -32,6 +32,7 @@ SUBST_CLASSES+=			fix-paths
 SUBST_STAGE.fix-paths=		pre-configure
 SUBST_MESSAGE.fix-paths=	Fixing absolute paths
 SUBST_FILES.fix-paths=		${WRKSRC}/doc/ranger.1
+SUBST_FILES.fix-paths+=		${WRKSRC}/ranger/ext/img_display.py
 SUBST_SED.fix-paths=		-e 's,/usr/share,${PREFIX}/share,g'
 SUBST_SED.fix-paths+=		-e 's,/usr/lib,${PREFIX}/libexec,g'
 


Home | Main Index | Thread Index | Old Index