comparison audio/libvorbis/libvorbis.sh @ 639:9de04ddc6f6d

vanilla: be more POSIX
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 20:38:04 +0200
parents 25cecc6dca48
children 034a2a62a9f8
comparison
equal deleted inserted replaced
638:ed041b0e3c83 639:9de04ddc6f6d
47 --disable-static \ 47 --disable-static \
48 --enable-shared \ 48 --enable-shared \
49 --prefix= 49 --prefix=
50 make 50 make
51 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME 51 make install DESTDIR=$DESTDIR docdir=/share/doc/$PKGNAME
52 rm -f $DESTDIR/lib/libvorbis{,file,enc}.la 52 rm -f $DESTDIR/lib/libvorbis*.la
53 53
54 cd .. 54 cd ..
55 rm -rf $PKGNAME-$PKGVERSION 55 rm -rf $PKGNAME-$PKGVERSION
56 } 56 }