Date: Monday, July 29, 2013 @ 12:15:05 Author: bpiotrowski Revision: 94705
Correct information about maintainers. Modified: ffmpeg-compat/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-29 09:56:29 UTC (rev 94704) +++ PKGBUILD 2013-07-29 10:15:05 UTC (rev 94705) @@ -1,5 +1,7 @@ -# $Id: PKGBUILD 185036 2013-05-10 14:39:15Z bpiotrowski $ -# Maintainer : Ionut Biru <[email protected]> +# $Id$ +# Maintainer: Sergej Pupykin <[email protected]> +# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Tom Newsom <[email protected]> # Contributor: Paul Mattal <[email protected]> @@ -65,7 +67,7 @@ package() { cd ffmpeg-$pkgver make DESTDIR="$pkgdir" install - rm -rf "$pkgdir"/usr/share/{ffmpeg,man} "$pkgdir"/usr/bin/{ffmpeg,ffplay,ffprobe,ffserver} + rm -rf "$pkgdir"/usr/{bin,share} } # vim:set ts=2 sw=2 et:
