diff options
author | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
commit | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch) | |
tree | 8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /extra/xorg-xwd | |
parent | 299e917c17619f800f0c21cf43209065b608223f (diff) |
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'extra/xorg-xwd')
-rw-r--r-- | extra/xorg-xwd/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/xorg-xwd/PKGBUILD b/extra/xorg-xwd/PKGBUILD index feb6e74d9..5773cb32a 100644 --- a/extra/xorg-xwd/PKGBUILD +++ b/extra/xorg-xwd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 150823 2012-02-23 07:34:14Z andyrtr $ +# $Id: PKGBUILD 150997 2012-02-24 12:58:04Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> 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 @@ build() { 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" } |