From 299e917c17619f800f0c21cf43209065b608223f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Feb 2012 23:15:21 +0000 Subject: Fri Feb 24 23:15:21 UTC 2012 --- community/mp3info/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/mp3info/PKGBUILD') diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD index 1acf47a00..e661e929c 100644 --- a/community/mp3info/PKGBUILD +++ b/community/mp3info/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17596 2010-05-24 15:32:08Z spupykin $ +# $Id: PKGBUILD 66241 2012-02-23 05:14:32Z spupykin $ # Maintainer: Andrea Scarpino # Contributor: Vinay S Shastry pkgname=mp3info pkgver=0.8.5a -pkgrel=3 +pkgrel=4 pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor" arch=('i686' 'x86_64') url="http://ibiblio.org/mp3info/" @@ -17,9 +17,9 @@ build() { cd ${srcdir}/$pkgname-$pkgver sed -i "s:-O2:${CFLAGS}:" Makefile - sed -i "s:/usr/bin/install:/bin/install:" Makefile + sed -i "s:/usr/bin/install:/bin/install:" Makefile - make || return 1 + make install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install -- cgit v1.2.3-54-g00ecf