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

This commit is contained in:
Jake Slazenger 2018-03-20 15:17:02 +03:00
parent 8fa51ec562
commit 2366b0f11f
1 changed files with 1 additions and 0 deletions

View File

@ -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'