diff options
| author | Michael Hanson <hansonorders@verizon.net> | 2010-12-03 03:23:32 (GMT) | 
|---|---|---|
| committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-03 03:23:32 (GMT) | 
| commit | bf891223ed04826a46fa1fa7f85ddb5c18923ecb (patch) | |
| tree | 30b927ddc82a614534ae4d8025bc8905a4983edb | |
| parent | f05d32ec3995dd5f7296295329903d1f459c5605 (diff) | |
| download | linhes_pkgbuild-bf891223ed04826a46fa1fa7f85ddb5c18923ecb.zip linhes_pkgbuild-bf891223ed04826a46fa1fa7f85ddb5c18923ecb.tar.gz linhes_pkgbuild-bf891223ed04826a46fa1fa7f85ddb5c18923ecb.tar.bz2 | |
xcursor-themes: recompile
| -rw-r--r-- | abs/core/xcursor-themes/PKGBUILD | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/abs/core/xcursor-themes/PKGBUILD b/abs/core/xcursor-themes/PKGBUILD index 7d3f1a8..03895f9 100644 --- a/abs/core/xcursor-themes/PKGBUILD +++ b/abs/core/xcursor-themes/PKGBUILD @@ -3,7 +3,7 @@  pkgname=xcursor-themes  pkgver=1.0.2 -pkgrel=1 +pkgrel=2  pkgdesc="X.org Cursor themes"  arch=(any)  url="http://xorg.freedesktop.org/" @@ -17,6 +17,9 @@ build() {    cd ${srcdir}/${pkgname}-${pkgver}    ./configure --prefix=/usr    make || return 1 +} +package() { +  cd ${srcdir}/${pkgname}-${pkgver}    make DESTDIR=${pkgdir} install || return 1    install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE  } | 
