Skip to content

Commit

Permalink
devel/pydbus-common: Fix build with HTMLDOCS=yes
Browse files Browse the repository at this point in the history
PR:		266285
  • Loading branch information
mrpotatogun authored and arrowd committed Mar 23, 2024
1 parent 3b128ff commit d467c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/pydbus-common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}

do-install-HTMLDOCS-on:
${INSTALL_DATA} ${WRKSRC}/doc/_build/*.html ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR}

.else # slave is defined
LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib
Expand Down

0 comments on commit d467c3b

Please sign in to comment.