ffmpegx: do not install in sysroot

This commit is contained in:
awiouy 2016-12-03 13:37:41 +01:00
parent fded97e10d
commit 1a936b6d18

View File

@ -102,6 +102,10 @@ configure_target() {
}
makeinstall_target() {
make install DESTDIR=$INSTALL
}
post_makeinstall_target() {
for ff in $INSTALL/usr/local/bin/*; do mv $ff ${ff}x; done
rm -fr $INSTALL/usr/local/include