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

Allan McRae allan at archlinux.org
Fri Feb 24 13:42:13 UTC 2012


    Date: Friday, February 24, 2012 @ 08:42:12
  Author: allan
Revision: 151028

upgpkg: xorg-xhost 1.0.4-3

signing rebuild

Modified:
  xorg-xhost/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 13:40:04 UTC (rev 151027)
+++ PKGBUILD	2012-02-24 13:42:12 UTC (rev 151028)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xhost
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Server access control program for X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11' 'libxmu')
@@ -18,7 +18,10 @@
   cd "${srcdir}/xhost-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xhost-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }




More information about the arch-commits mailing list