Skip to content

Commit

Permalink
ffmpeg: Use bee variable DOCDIR
Browse files Browse the repository at this point in the history
```
$ bee --print-config | grep DOCDIR
DOCDIR=${DATAROOTDIR}/doc/${PKGNAME}
```
pmenzel committed Nov 18, 2016
1 parent de2b318 commit ec12333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffmpeg.be0
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ mee_configure() {
--enable-libx264 \
--enable-libx265 \
--enable-x11grab \
--docdir=${DATAROOTDIR}/doc/${PKGNAME}
--docdir=${DOCDIR}
}

mee_build() {
@@ -61,7 +61,7 @@ mee_install() {

install -v -m755 -d ${D}/${BINDIR}
install -v -m755 ${B}/{tools/qt-faststart,ffmpeg,ffplay,ffprobe,ffserver} ${D}/${BINDIR}
install -v -m755 -d ${D}${DATAROOTDIR}/doc/${PKGNAME}
install -v -m644 ${B}/doc/*.txt ${D}${DATAROOTDIR}/doc/${PKGNAME}
install -v -m755 -d ${D}${DOCDIR}
install -v -m644 ${B}/doc/*.txt ${D}${DOCDIR}
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit ec12333

Please sign in to comment.