[arch-commits] Commit in rygel/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Oct 18 02:56:03 UTC 2015
Date: Sunday, October 18, 2015 @ 04:56:03
Author: heftig
Revision: 249477
libexecdir
Modified:
rygel/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-18 02:54:39 UTC (rev 249476)
+++ PKGBUILD 2015-10-18 02:56:03 UTC (rev 249477)
@@ -4,7 +4,7 @@
pkgname=rygel
pkgver=0.28.1
-pkgrel=1
+pkgrel=2
pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
arch=(i686 x86_64)
url="http://live.gnome.org/Rygel"
@@ -25,7 +25,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
--disable-static --enable-mediathek-plugin --enable-gst-launch-plugin
make
}
More information about the arch-commits
mailing list