comparison multimedia/libtheora/libtheora.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 59a2fa6992bc
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
42 --prefix= \ 42 --prefix= \
43 --disable-examples \ 43 --disable-examples \
44 --enable-shared 44 --enable-shared
45 make 45 make
46 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME 46 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME
47 rm -f $DESTDIR/lib/libtheora*.la 47 find $DESTDIR -type f -name "*.la" -delete
48 48
49 cd .. 49 cd ..
50 rm -rf $PKGNAME-$PKGVERSION 50 rm -rf $PKGNAME-$PKGVERSION
51 } 51 }