From cbaba4b4b1d13c0614049f4a947d90dadd7d3186 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 14 Nov 2016 13:32:30 +0000 Subject: [PATCH] community/lash to 0.6.0~rc2-10 --- community/lash/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD index a6b0653c4..04632e5f6 100644 --- a/community/lash/PKGBUILD +++ b/community/lash/PKGBUILD @@ -8,7 +8,7 @@ pkgname=lash pkgver=0.6.0~rc2 _relver=0.6.0.594 -pkgrel=9 +pkgrel=10 pkgdesc="A session management system for JACK and ALSA" arch=('i686' 'x86_64') #url="http://lash-audio.org" @@ -42,5 +42,5 @@ build() { package() { cd "${srcdir}/${pkgname}-${_relver}" - make DESTDIR=${pkgdir} install + make DESTDIR="$pkgdir" install }