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

Allan McRae allan at archlinux.org
Fri Feb 24 12:57:01 UTC 2012


    Date: Friday, February 24, 2012 @ 07:57:01
  Author: allan
Revision: 150996

upgpkg: xorg-xwd 1.0.5-2

signing rebuild

Modified:
  xorg-xwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 12:54:53 UTC (rev 150995)
+++ PKGBUILD	2012-02-24 12:57:01 UTC (rev 150996)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xwd
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X Window System image dumping utility"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11')
@@ -23,6 +23,5 @@
 package() {
   cd "${srcdir}/xwd-${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