diff options
Diffstat (limited to 'community/icoutils/PKGBUILD')
-rw-r--r-- | community/icoutils/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/icoutils/PKGBUILD b/community/icoutils/PKGBUILD index d9c24c298..8f8813cbd 100644 --- a/community/icoutils/PKGBUILD +++ b/community/icoutils/PKGBUILD @@ -4,7 +4,7 @@ pkgname=icoutils pkgver=0.29.1 -pkgrel=1 +pkgrel=2 pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.' arch=('i686' 'x86_64') license=('GPL') @@ -15,16 +15,13 @@ md5sums=('b58f375e0f8731595e8d0ecdc3a0acb9') build() { cd ${pkgname}-${pkgver} - ./configure \ --prefix=/usr \ --mandir=/usr/share/man - make } package() { cd ${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install } |