mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/lash to 0.6.0~rc2-10
This commit is contained in:
parent
b6aedd2624
commit
cbaba4b4b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue