[arch-commits] Commit in ffmpeg-compat/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Aug 1 20:44:26 UTC 2013


    Date: Thursday, August 1, 2013 @ 22:44:26
  Author: bpiotrowski
Revision: 94967

upgpkg: ffmpeg-compat 1:0.10.8-3

- make sure that /usr/lib/ffmpeg-compat/ doesn't take precedence over /usr/lib (FS#36357)

Modified:
  ffmpeg-compat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 20:26:43 UTC (rev 94966)
+++ PKGBUILD	2013-08-01 20:44:26 UTC (rev 94967)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg-compat
 pkgver=0.10.8
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution for Linux/Unix'
 arch=('i686' 'x86_64')
@@ -71,7 +71,7 @@
   rm -rf "$pkgdir"/usr/{bin,share}
 
   install -dm755 "$pkgdir"/etc/ld.so.conf.d/
-  echo '/usr/lib/ffmpeg-compat/' > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
+  echo '/usr/lib/\n/usr/lib/ffmpeg-compat/' > "$pkgdir"/etc/ld.so.conf.d/$pkgname.conf
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list