(graphics/revealjs) remove extra / at SUBST results

This commit is contained in:
Makoto Fujiwara 2019-03-26 23:41:46 +09:00
parent e0134bab16
commit 5b6915f777
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= test/examples/*.html
SUBST_SED.path= -e "s|href=\"\.\.\/\.\.\/|href=\"${INSTALL_DIR}/${PKGNAME}/|"
SUBST_SED.path+= -e "s|src=\"\.\.\/\.\.\/|src=\"${INSTALL_DIR}/${PKGNAME}/|"
SUBST_SED.path+= -e "s|src: \'\.\.\/\.\.\/|src: \'${INSTALL_DIR}/${PKGNAME}/|"
SUBST_SED.path= -e "s|href=\"\.\.\/\.\.\/|href=\"${INSTALL_DIR}${PKGNAME}/|"
SUBST_SED.path+= -e "s|src=\"\.\.\/\.\.\/|src=\"${INSTALL_DIR}${PKGNAME}/|"
SUBST_SED.path+= -e "s|src: \'\.\.\/\.\.\/|src: \'${INSTALL_DIR}${PKGNAME}/|"
do-install:
mkdir ${DESTDIR}${PREFIX}/share/revealjs/