Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docbook-xsl: fix install
- fix typos
  • Loading branch information
wwwutz committed Jan 16, 2020
1 parent 933e228 commit 82d9a58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docbook-xsl.be0
Expand Up @@ -31,7 +31,7 @@ mee_build() {

mee_install() {

install -vd-m755 ${D}/usr/share/xml/docbook/xsl-stylesheets-nons-${PKGVERSION}
install -vdm755 ${D}/usr/share/xml/docbook/xsl-stylesheets-nons-${PKGVERSION}

cp -v -R VERSION assembly common eclipse epub epub3 extensions fo \
highlighting html htmlhelp images javahelp lib manpages params \
Expand All @@ -43,6 +43,6 @@ ln -s VERSION ${D}/usr/share/xml/docbook/xsl-stylesheets-nons-${PKGVERSION}/VERS

}

mee_install_post() {
exit
}
#mee_install_post() {
# exit
#}

0 comments on commit 82d9a58

Please sign in to comment.