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

Allan McRae allan at archlinux.org
Sat Feb 25 09:51:02 UTC 2012


    Date: Saturday, February 25, 2012 @ 04:51:01
  Author: allan
Revision: 151243

upgpkg: recordproto 1.14.1-2

signing rebuild

Modified:
  recordproto/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 09:50:55 UTC (rev 151242)
+++ PKGBUILD	2012-02-25 09:51:01 UTC (rev 151243)
@@ -3,7 +3,7 @@
 
 pkgname=recordproto
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Record extension wire protocol"
 arch=('any')
 url="http://xorg.freedesktop.org/"
@@ -16,7 +16,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${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