diff --git a/media-libs/a52dec/a52dec-0.7.4.bep b/media-libs/a52dec/a52dec-0.7.4.bep index a22645db7..ca528ac3c 100644 --- a/media-libs/a52dec/a52dec-0.7.4.bep +++ b/media-libs/a52dec/a52dec-0.7.4.bep @@ -8,19 +8,14 @@ DEPEND="" BUILD { cd a52dec-0.7.4 libtoolize --force --copy --install - cp /boot/common/share/aclocal/libtool.m4 autotools - cp /boot/common/share/aclocal/ltoptions.m4 autotools - cp /boot/common/share/aclocal/ltversion.m4 autotools - cp /boot/common/share/aclocal/ltsugar.m4 autotools - cp /boot/common/share/aclocal/lt~obsolete.m4 autotools - aclocal -I autotools + aclocal autoconf - automake - ./configure --prefix=/boot/common +# automake + ./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared make } INSTALL { cd a52dec-0.7.4 - make install + make install DESTDIR=${DESTDIR} }