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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Feb 13 23:55:55 UTC 2013


    Date: Thursday, February 14, 2013 @ 00:55:55
  Author: seblu
Revision: 84223

upgpkg: weston 1.0.4-2

- move libexec binaries to /usr/lib/weston

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-13 23:39:32 UTC (rev 84222)
+++ PKGBUILD	2013-02-13 23:55:55 UTC (rev 84223)
@@ -3,7 +3,7 @@
 
 pkgname=weston
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
@@ -18,7 +18,7 @@
 	cd $pkgname-$pkgver
 	./configure \
 		--prefix=/usr \
-		--libexecdir=/usr/lib/wayland \
+		--libexecdir=/usr/lib/weston \
 		--disable-android-compositor
 	make
 }




More information about the arch-commits mailing list