From 11484c032f8c236b2044e715a9a3b28e33f65598 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Feb 2012 23:15:21 +0000 Subject: Mon Feb 20 23:15:21 UTC 2012 --- community/amidi-plug/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/amidi-plug') diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD index ba29a076c..d13e19531 100644 --- a/community/amidi-plug/PKGBUILD +++ b/community/amidi-plug/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17215 2010-05-21 21:43:23Z spupykin $ +# $Id: PKGBUILD 65039 2012-02-20 02:15:30Z spupykin $ # Maintainer: Giovanni Scafora # Contributor: yosh64 pkgname=amidi-plug pkgver=0.7 -pkgrel=5 +pkgrel=6 pkgdesc="A MIDI input plugin for XMMS" arch=('i686' 'x86_64') url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" @@ -18,6 +18,6 @@ md5sums=('bb128c40dce0ab4afda79da01f985a09') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --with-player=xmms - make || return 1 + make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf